shaogen1995 4 år sedan
förälder
incheckning
692c4c3411
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      src/views/holding/holding0_audit.vue
  2. 2 2
      src/views/holding/holding0_result.vue

+ 2 - 2
src/views/holding/holding0_audit.vue

@@ -188,8 +188,8 @@ export default {
       this.tableData.forEach(v => {
         v.goodsTypeId = this.category(v.goodsTypeId)
         v.integrity = this.spoil(v.integrity)
-        v.numTypeId = this.mycategory(v.numTypeId)
-        v.repair = this.mySave(v.repair)
+        // v.numTypeId = this.mycategory(v.numTypeId)
+        // v.repair = this.mySave(v.repair)
         this.switch1.push(false)
         // 首先把所有的入库变成0(不入库状态)
         this.mySrt[v.id] = 0

+ 2 - 2
src/views/holding/holding0_result.vue

@@ -140,8 +140,8 @@ export default {
     this.tableData.forEach(v => {
       v.goodsTypeId = this.category(v.goodsTypeId)
       v.integrity = this.spoil(v.integrity)
-      v.numTypeId = this.mycategory(v.numTypeId)
-      v.repair = this.mySave(v.repair)
+      // v.numTypeId = this.mycategory(v.numTypeId)
+      // v.repair = this.mySave(v.repair)
       if (v.isStorage === 1) v.isStorage = '入库'
       else v.isStorage = '不入库'
     })