zhongtianhaoyuan vor 4 Jahren
Ursprung
Commit
e72bcc0c57

+ 1 - 2
src/views/contractManagement/purchaseContractEdit.vue

@@ -1256,8 +1256,7 @@ export default {
       }
       this.$refs.deptBudgetList.validate((valid) => {
         if (valid) {
-          this.deptBudgetList.sourceProvince =
-            CodeToText[this.selectedOptions[0]]
+          this.deptBudgetList.sourceProvince = CodeToText[this.selectedOptions[0]]
           this.deptBudgetList.sourceCity = CodeToText[this.selectedOptions[1]]
           this.deptBudgetList.sourceArea = CodeToText[this.selectedOptions[2]]
           this.deptBudgetList.deliveryProvince =

+ 1 - 1
src/views/warehouse/component/router/index.js

@@ -212,7 +212,7 @@ const warehouseManagementRouter = {
         // module: 'procurement.sparepart.applDetail'
       },
       hidden: true
-    },   
+    },      
   ],
 };
 export default warehouseManagementRouter;