Ver código fonte

出库调拨提交

caojunjie 4 anos atrás
pai
commit
618d01700d

+ 0 - 1
src/views/warehouseBusiness/outStock/index.vue

@@ -4013,7 +4013,6 @@ export default {
       let fId = row.fId || this.ids;
       this.dataList = [];
       this.goodsRemoteMethod()
-      console.log(fId)
       if (fId.length === 1){
         fId = fId[0].fId
       }

+ 3 - 0
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -3719,6 +3719,9 @@ export default {
       this.detailsHidden = false;
       this.formBrowseStatus = false;
       let fId = row.fId || this.ids;
+      if (fId.length === 1){
+        fId = fId[0].fId
+      }
       this.dataList = [];
       getStockTransfer(fId).then((response) => {
         if (response.data.warehousebills) {