qingyiay
2023-10-17 2adce788c1a411959b81f08d5569d92861c7f300
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -141,7 +141,8 @@
                  <u-button text="提交"
                     type="primary"
                     @click.stop="submitOriginInfo"
                     :disabled="isModifyoriginInfo"></u-button>
                     :disabled="isModifyoriginInfo"
                     :loading="submitOriginInfoLoading"></u-button>
               </view>
            </view>
         </view>
@@ -395,7 +396,8 @@
            timeout: '0',
            wsgShow: false,
            timeLineStatus: null,
            originInfoNotice: '填写原发信息后可上磅计量'
            originInfoNotice: '填写原发信息后可上磅计量',
            submitOriginInfoLoading: false
         };
      },
      watch: {
@@ -882,10 +884,13 @@
            if (this.originInfoForm.coalContactSkin && this.originInfoForm.coalContactHair && this
               .originInfoForm
               .contactPicture) {
               this.submitOriginInfoLoading = true
               this.$reqPost('appSaveContact', form, 'json').then(res => {
                  if (res.code === 0) {
                     this.$u.toast('提交成功')
                     this.submitOriginInfoLoading = false
                  } else {
                     this.submitOriginInfoLoading = false
                     this.isModifyoriginInfo = true
                     this.$u.toast(res.msg ? res.msg : '提交失败')