From 17561f6ad12443cf5f28b6c3850382a4b3049b43 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 17 Apr 2025 16:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=B0=83=E6=8B=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7(=E5=88=86=E5=85=AC=E5=8F=B8=E5=86=85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../allocationByBranchesAdd.vue | 66 +- .../allocationByBranchesInfo.vue | 222 +++--- .../relation/chooseproducts.vue | 234 +++--- .../allocationByBranchesDaiBan.vue | 685 +++++++++--------- .../allocationByBranchesEdit.vue | 66 +- .../allocationByBranchesYiBan.vue | 305 ++++---- .../relation/chooseproducts.vue | 234 +++--- 7 files changed, 870 insertions(+), 942 deletions(-) diff --git a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue index 6e33a090ce..8f622acf1c 100644 --- a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue +++ b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesAdd.vue @@ -139,9 +139,10 @@ - - - + + + + @@ -447,36 +448,37 @@ this.viewState = 1 if (value.length > 0) { value.forEach((e) => { - this.formobj.wmsInventoryAllocateBillDetailNewList.push({ - "goodsSpuSid": e.goodsSpuSid, - "goodsSpuName": e.goodsSpuName, - "goodsSkuCode": e.goodsSkuCode, - "goodsSkuOwnSpec": e.goodsSkuOwnSpec, - "goodsSkuSid": e.goodsSkuSid, - "goodsSkuTitle": e.goodsSkuTitle, - "billSid": this.formobj.sid, - "inventorySid": e.inventorySid, - "warehouseSid": e.warehouseSid, - "warehouseName": e.warehouseName, - "warehouseAreaSid": e.warehouseAreaSid, - "warehouseArea": e.warehouseArea, - "warehouseRackSid": e.warehouseRackSid, - "warehouseRackCode": e.warehouseRackCode, - "taxPrice": e.taxPrice, - "stockCount": e.count, - "inWarehouseSid": '', - "inWarehouseName": '', - "inWarehouseRackSid": '', - "inWarehouseRackCode": '', - "count": 0, - "amount": 0, - "requAmount": e.taxPrice, - "markUpRatio": 0, - "unit": e.unit, - "goodsID": e.goodsID, - "manufacturerSid": e.manufacturerSid, - "manufacturerName": e.manufacturerName, + goodsSpuSid: e.goodsSpuSid, + goodsSpuName: e.goodsSpuName, + goodsSkuCode: e.goodsSkuCode, + goodsSkuOwnSpec: e.goodsSkuOwnSpec, + goodsSkuSid: e.goodsSkuSid, + goodsSkuTitle: e.goodsSkuTitle, + billSid: this.formobj.sid, + inventorySid: e.inventorySid, + warehouseSid: e.warehouseSid, + warehouseName: e.warehouseName, + warehouseZoneSid: e.warehouseZoneSid, + warehouseZoneName: e.warehouseZoneName, + warehouseAreaSid: e.warehouseAreaSid, + warehouseArea: e.warehouseArea, + warehouseRackSid: e.warehouseRackSid, + warehouseRackCode: e.warehouseRackCode, + taxPrice: e.taxPrice, + stockCount: e.count, + inWarehouseSid: '', + inWarehouseName: '', + inWarehouseRackSid: '', + inWarehouseRackCode: '', + count: 0, + amount: 0, + requAmount: e.taxPrice, + markUpRatio: 0, + unit: e.unit, + goodsID: e.goodsID, + manufacturerSid: e.manufacturerSid, + manufacturerName: e.manufacturerName }) }) } diff --git a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue index 82da4975ec..03875b1240 100644 --- a/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue +++ b/yxt-as-ui/src/views/storage/allocationByBranches/allocationByBranchesInfo.vue @@ -7,11 +7,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -25,9 +22,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -44,35 +39,29 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
@@ -80,119 +69,80 @@ diff --git a/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue b/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue index a56f465ffa..597fd95465 100644 --- a/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/storage/allocationByBranches/relation/chooseproducts.vue @@ -14,13 +14,13 @@
- - - - - - - - - - - - + + + + + + + + + + + + +
-
+
- +
@@ -62,111 +61,112 @@ diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue index bea3ddfd9c..4a57e5e01f 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesDaiBan.vue @@ -10,11 +10,8 @@
- - -
申请人
{{ formobj.createByName }} @@ -28,9 +25,7 @@ {{ formobj.createTime }}
- -
调出站
{{ formobj.outPlatName }} @@ -47,40 +42,32 @@ {{ formobj.confirmName }}
-
备注
{{ formobj.remarks }}
- - -
-
调拨商品列表
-
- - - - - - - - - - - - - - - - +
调拨商品列表
+ + + + + + + + + + + + + + + +
- - @@ -110,8 +97,9 @@ 意见: - + + +
@@ -125,349 +113,348 @@ diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue index 2f945142c6..8e4f759bac 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/allocationByBranchesEdit.vue @@ -82,9 +82,10 @@ - - - + + + + diff --git a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue index a56f465ffa..597fd95465 100644 --- a/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue +++ b/yxt-as-ui/src/views/workFlow/allocationByBranchesFlow/relation/chooseproducts.vue @@ -14,13 +14,13 @@
- - - - - - - - - - - - + + + + + + + + + + + + +
-
+
- +
@@ -62,111 +61,112 @@