Browse Source

更改命名

qukaidi 4 years ago
parent
commit
ee336ebaff

+ 1 - 2
src/views/finance/charge/index.vue

@@ -564,9 +564,8 @@
             v-model="queryParams.fSystemType"
             placeholder="请选择业务类型"
             size="small"
-            :disabled="notChange"
-            style="width: 200px"
             disabled
+            style="width: 200px"
           >
             <el-option
               v-for="item in typeoptions"

+ 1 - 1
src/views/finance/payment/index.vue

@@ -478,7 +478,7 @@
             v-model="queryParams.fSystemType"
             placeholder="请选择业务类型"
             size="small"
-            :disabled="notChange"
+            disabled
             style="width: 200px"
           >
             <el-option

+ 1 - 2
src/views/track/cabinet/AddOrUpdate.vue

@@ -1179,7 +1179,7 @@
     <span slot="footer" class="dialog-footer">
       <el-button type="primary" @click="submitForm('acceptDate')">接 单</el-button>
       <el-button type="primary" @click="submitForm('loadDate')">提 箱</el-button>
-      <el-button type="primary" @click="submitForm('mdLoadDate')">卸货</el-button>
+      <el-button type="primary" @click="submitForm('mdLoadDate')">卸货</el-button>
       <el-button type="primary" @click="submitForm('unLoadDate')">还卸柜</el-button>
       <el-button type="primary" @click="submitForm('waybillDate')">回 单</el-button>
       <el-button type="success" @click="submitAllowChanges">修 改</el-button>
@@ -1429,7 +1429,6 @@ export default {
             if (response.code == 200) {
               this.msgSuccess("提交成功");
               this.$parent.getList();
-              this.showDialog = false;
             }
           });
         }