Browse Source

多出入库单号

yusheng 1 year ago
parent
commit
a7e36f32b2

+ 1 - 1
src/views/bpm/outgoingManagement/details.vue

@@ -675,7 +675,7 @@
               this.infoData['outInDetailList'].push(val)
             })
           })
-       
+          this.infoData['bizNo'] = resAll.map((item) => item.bizNo);
         } else {
           this.infoData = res;
           this.extInfo = res?.extInfo;

+ 1 - 1
src/views/bpm/stockManagement/details.vue

@@ -542,7 +542,7 @@ export default {
               this.infoData['outInDetailList'].push(val)
             })
           })
-       
+          this.infoData['bizNo'] = resAll.map((item) => item.bizNo);
         console.log('resAll---------------', resAll);
       } else {
         this.infoData = res;