yangan
2025-02-11 8edf190dd8755446613da55e0730c4aeabf60890
pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -64,7 +64,7 @@
         <u-button type="primary"
            shape="circle"
            text="提交"
            @click.stop="formHandle"></u-button>
            @click.native.stop="formHandle"></u-button>
      </view>
      <!-- 煤场 -->
      <u-action-sheet :actions="firstClassActionsList"
@@ -203,7 +203,7 @@
            this.selectedCoal = e
         },
         formHandle() {
            if (!this.dataForm.firstClass || !this.dataForm.secondClass) return this.$u.toast('请选择煤场或者煤仓')
            if (!this.dataForm.firstClass || !this.dataForm.secondClass || !this.dataForm.orderType) return this.$u.toast('请选择煤场或者煤仓和磅单类型')
            if (this.selectedCoal.length === 0) return this.$u.toast('请选择煤种')
            this.$reqPost('updateUser', Object.assign(this.userInfo, {
               responsibilityCoal: this.selectedCoal.join(),