zhongtianhaoyuan 2 年之前
父节点
当前提交
36981a0ad0

+ 2 - 2
src/views/administrationManagement/waybillReporting.vue

@@ -229,14 +229,14 @@ export default {
           .then(() => {
             batchEscalation({ orderInfoList: this.modification })
               .then(response => {
+                that.modification = []
+                that.getList()
                 if (response.code == 200) {
                   that.$notify({
                     title: '成功',
                     message: '上报成功!',
                     type: 'success'
                   })
-                  that.modification = []
-                  that.getList()
                 }
               })
           })

+ 1 - 1
src/views/settlementManagement/driverFeeSettlement.vue

@@ -99,7 +99,7 @@
       <div >
         <el-form ref="form" auto-complete="on" :model="currectdata" :rules="Rules" label-width="100px">
           <el-form-item label="收款人">
-            {{currectdata.driverName}}
+            {{currectdata.payeeName}}
           </el-form-item>
           <el-form-item label="卡号">
            {{currectdata.bankCard}}