huang_an 2 anni fa
parent
commit
9340f93e76

+ 1 - 5
src/views/bpm/handleTask/components/inoutBound/detailDialog.vue

@@ -787,11 +787,7 @@
     methods: {
       //包装结果
       packItem(val, row) {
-        if (val.dictCode == 0) {
-          row.status = '1';
-        } else {
-          row.status = '';
-        }
+        row.status = '1';
       },
       //质检物料提交
       async packMeta(data) {

+ 1 - 5
src/views/bpm/stockManagement/add.vue

@@ -1336,11 +1336,7 @@
     methods: {
       //包装结果
       packItem(val, row) {
-        if (val.dictCode == 0) {
-          row.status = '1';
-        } else {
-          row.status = '';
-        }
+        row.status = '1';
       },
       cancel() {
         this.$emit('cancel');