gjy 2 vuotta sitten
vanhempi
commit
c29f1bbd99
2 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 1 1
      src/components/balanceAlert.vue
  2. 3 2
      src/views/warehousenew/dryWarehousing.vue

+ 1 - 1
src/components/balanceAlert.vue

@@ -26,7 +26,7 @@ export default {
   },
   activated() {},
   mounted() {
-    console.log('11111111111111111111111111111111111')
+
     console.log(this.deptBudgetList)
     this.openPort()
   },

+ 3 - 2
src/views/warehousenew/dryWarehousing.vue

@@ -601,8 +601,8 @@ export default {
         setVal(data) {
             if (this.information == '毛重') {
                 this.weighingList.grossWeight = data
-                this.weighingList.netWeight =
-                    Number(this.weighingList.grossWeight) - Number(this.weighingList.tare)
+                // this.weighingList.netWeight =
+                //     Number(this.weighingList.grossWeight) - Number(this.weighingList.tare)
             } else {
                 this.weighingList.tare = data
                 this.weighingList.netWeight =
@@ -616,6 +616,7 @@ export default {
         listclick(row) {
             this.weighingList = row
             this.information = '皮重'
+            this.index=0
             this.cartips = '手动输入'
             this.tpyeNo = '1'
         },