Procházet zdrojové kódy

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

mxx před 3 roky
rodič
revize
bde0285e7c

+ 1 - 1
src/views/taskManagement/tranManagementTransportAdd.vue

@@ -608,7 +608,7 @@ export default {
               type: 'success',
               message: '选择成功'
             });
-            this.disabled=true
+            // this.disabled=true
           })
           .catch(action => {
           });

+ 2 - 2
src/views/warehouse/warehouseManagementGross.vue

@@ -951,7 +951,7 @@ export default {
         })
         return
       }
-      if (!this.deptBudgetList.tare) {
+      if (!String(this.deptBudgetList.tare)) {
         this.$message({
           message: '皮重不能为空',
           type: 'warning',
@@ -972,7 +972,7 @@ export default {
         })
         return
       }
-      if (!this.deptBudgetList.deductionWeight) {
+      if (!String(this.deptBudgetList.deductionWeight)) {
         this.$message({
           message: '扣重不能为空',
           type: 'warning',

+ 4 - 0
src/views/warehouse/warehouseManagementIoss.vue

@@ -302,6 +302,10 @@ export default {
           this.deptBudgetList.physicalInventory <=
         0
       ) {
+        this.$message({
+          message: '实际库存输入错误!',
+          type: 'warning',
+        })
         return
       }