Browse Source

装箱单-批量推送校验

jbb 2 years ago
parent
commit
4829ed4ff8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/packing-list/clothes-list.vue
  2. 1 1
      src/views/packing-list/fabric-list.vue

+ 1 - 1
src/views/packing-list/clothes-list.vue

@@ -735,7 +735,7 @@ export default {
       bitchPush({ids : ids}).then(res =>{
         this.clothesListData.map(item=>{
           this.selectedRowKeys.map(event=>{
-            if(item.id==event){
+            if(item.pushState!=='4'&&item.id==event){
               item.pushState = '3'
             }
           })

+ 1 - 1
src/views/packing-list/fabric-list.vue

@@ -705,7 +705,7 @@ export default {
       bitchPush({ids : ids}).then(res =>{
         this.fabricListData.map(item=>{
           this.selectedRowKeys.map(event=>{
-            if(item.id==event){
+            if(item.pushState!=='4'&&item.id==event){
               item.pushState = '3'
               this.$forceUpdate()
             }