From 88a36ec6dd936d06b8b62acd87c39192623e84bb Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 8 May 2024 15:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A7=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../storage/allocation/allocationAdd.vue | 8 +- .../storage/deliveryNotice/receiptAdd.vue | 2 +- .../storage/oldPartsCope/oldPartsCopeAdd.vue | 14 +- .../oldPartsFactory/oldPartsFactoryAdd.vue | 14 +- .../oldPartsInStorageAdd.vue | 1 + .../oldPartsRecovery/oldPartsRecoveryAdd.vue | 185 ++++++----------- .../oldPartsRecovery/oldPartsRecoveryInfo.vue | 16 +- .../storage/outStorage/outStorageAdd.vue | 184 ++++++----------- .../storage/outStorage/outStorageInfo.vue | 194 ++++++------------ .../receivingGoods/receivingGoodsAdd.vue | 8 +- .../receivingGoods/upShelfAddRecord.vue | 90 ++++---- .../storage/stocktaking/stocktakingAdd.vue | 10 +- .../src/views/storage/upShelf/upShelfAdd.vue | 4 +- 13 files changed, 269 insertions(+), 461 deletions(-) diff --git a/yxt-as-ui/src/views/storage/allocation/allocationAdd.vue b/yxt-as-ui/src/views/storage/allocation/allocationAdd.vue index 128f264872..ff63852646 100644 --- a/yxt-as-ui/src/views/storage/allocation/allocationAdd.vue +++ b/yxt-as-ui/src/views/storage/allocation/allocationAdd.vue @@ -144,9 +144,9 @@ formobj: { "sid": "", "billNo": "", - "createBySid": "", + "createBySid": window.sessionStorage.getItem('userSid'), "createDate": "", - "createUserSid": "", + "createUserSid":window.sessionStorage.getItem('userSid'), "outOrgSid": "", "inOrgSid": "", "count": "", @@ -154,8 +154,8 @@ "confirmSid": "", "confirmName": "", "finishTime": "", - "useOrgSid": "", - "createOrgName": "", + "useOrgSid": window.sessionStorage.getItem('orgSid'), + "createOrgName": window.sessionStorage.getItem('Orgname'), "wmsInventoryAllocateBillDetailNewList": [] }, rules: {}, diff --git a/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue b/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue index c576491e72..34b043eccc 100644 --- a/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue +++ b/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue @@ -212,7 +212,7 @@ sourceBillNo: "", busTypeKey: "", busTypeValue: "", - createByName: "", + createByName: window.sessionStorage.getItem('name'), billState: 0, reviewStatus: "", refuseReason: "", diff --git a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue index a4acf3d0fd..027e61c60e 100644 --- a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue +++ b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue @@ -230,16 +230,16 @@ formobj: { "sid": "", "remarks": "", - "createBySid": "", - "createByName": "", - "createDeptSid": "", - "createDeptName": "", + "createBySid": window.sessionStorage.getItem('userSid'), + "createByName": window.sessionStorage.getItem('name'), + "createDeptSid": window.sessionStorage.getItem('departmentSid'), + "createDeptName": window.sessionStorage.getItem('departmentName'), "createTime": "", "billNo": "", "filePaths": [], - "useOrgSid": "", - "useOrgName": "", - "orgSidPath": "", + "useOrgSid": window.sessionStorage.getItem('orgSid'), + "useOrgName": window.sessionStorage.getItem('Orgname'), + "orgSidPath": window.sessionStorage.getItem('orgSidPath'), "procDefId": "", "nodeId": "", "procInstId": "", diff --git a/yxt-as-ui/src/views/storage/oldPartsFactory/oldPartsFactoryAdd.vue b/yxt-as-ui/src/views/storage/oldPartsFactory/oldPartsFactoryAdd.vue index dc8a892abc..0e45bae3de 100644 --- a/yxt-as-ui/src/views/storage/oldPartsFactory/oldPartsFactoryAdd.vue +++ b/yxt-as-ui/src/views/storage/oldPartsFactory/oldPartsFactoryAdd.vue @@ -196,16 +196,16 @@ formobj: { "sid": "", "remarks": "", - "createBySid": "", - "createByName": "", - "createDeptSid": "", - "createDeptName": "", + "createBySid": window.sessionStorage.getItem('userSid'), + "createByName": window.sessionStorage.getItem('name'), + "createDeptSid": window.sessionStorage.getItem('departmentSid'), + "createDeptName": window.sessionStorage.getItem('departmentName'), "createTime": "", "billNo": "", "filePaths": [], - "useOrgSid": "", - "useOrgName": "", - "orgSidPath": "", + "useOrgSid": window.sessionStorage.getItem('orgSid'), + "useOrgName": window.sessionStorage.getItem('Orgname'), + "orgSidPath": window.sessionStorage.getItem('orgSidPath'), "procDefId": "", "nodeId": "", "procInstId": "", diff --git a/yxt-as-ui/src/views/storage/oldPartsInStorage/oldPartsInStorageAdd.vue b/yxt-as-ui/src/views/storage/oldPartsInStorage/oldPartsInStorageAdd.vue index db34938500..a414237e14 100644 --- a/yxt-as-ui/src/views/storage/oldPartsInStorage/oldPartsInStorageAdd.vue +++ b/yxt-as-ui/src/views/storage/oldPartsInStorage/oldPartsInStorageAdd.vue @@ -16,6 +16,7 @@
+ diff --git a/yxt-as-ui/src/views/storage/oldPartsRecovery/oldPartsRecoveryAdd.vue b/yxt-as-ui/src/views/storage/oldPartsRecovery/oldPartsRecoveryAdd.vue index 0840cf824f..affafb1d42 100644 --- a/yxt-as-ui/src/views/storage/oldPartsRecovery/oldPartsRecoveryAdd.vue +++ b/yxt-as-ui/src/views/storage/oldPartsRecovery/oldPartsRecoveryAdd.vue @@ -12,113 +12,75 @@
- -
-
基础信息
-
+ +
+
基础信息
+
- - - 维修工单编号 - - - - - {{formobj.billNo}} - - - - - 申请人 - + + +
维修工单编号
+ {{ formobj.billNo }}
- - - {{formobj.createByName}} - + +
申请人
+ {{ formobj.createByName }}
+
+ - - - 分公司 - - - - - {{formobj.useOrgName}} - - - - - 申请部门 - + + +
分公司
+ {{ formobj.useOrgName }}
- - - {{formobj.createDeptName}} - + +
申请部门
+ {{ formobj.createDeptName }}
+
+ - - - 申请日期 - - - - - +
申请日期
+ - -
- - - 流程状态 - + - - - {{formobj.nodeState}} - + +
流程状态
+ {{ formobj.nodeState }}
+
- - - 备注 - - - - - - + + +
备注
+ +
- - - 附件 - - - - + +
附件
+
-
+
返厂旧件列表
- + - diff --git a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue index 91b7983327..6c69972418 100644 --- a/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue +++ b/yxt-as-ui/src/views/storage/receivingGoods/receivingGoodsAdd.vue @@ -274,8 +274,8 @@ "billNo": "", "sourceBillSid": "", "sourceBillNo": "", - "createBySid": "", - "createByName": "", + "createBySid": window.sessionStorage.getItem('userSid'), + "createByName":window.sessionStorage.getItem('name'), "createTime": "", "busTypeKey": "", "busTypeValue": "", @@ -284,8 +284,8 @@ "deliveryDate": "", "billState": "新建", "remarks": "", - "useOrgSid": "", - "createOrgSid": "", + "useOrgSid": window.sessionStorage.getItem('orgSid'), + "createOrgSid": window.sessionStorage.getItem('orgSid'), "list": [], "pcList": [] }, diff --git a/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue b/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue index 6eaecd9eb0..aeaab2cc95 100644 --- a/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue +++ b/yxt-as-ui/src/views/storage/receivingGoods/upShelfAddRecord.vue @@ -66,48 +66,48 @@
商品列表
- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +
@@ -130,8 +130,8 @@ formobj: { "sid": "", "billNo": "", - "createBySid": "", - "createByName": "", + "createBySid": window.sessionStorage.getItem('userSid'), + "createByName": window.sessionStorage.getItem('name'), "createTime": "", "sourceBillNo": "", "sourceBillSid": "", @@ -269,7 +269,7 @@ row.warehouseSid = choose[0].sid }, - selectWarehouseAreaCode(row,val) { + selectWarehouseAreaCode(row, val) { console.log("selectWarehouseAreaCode", val); const choose = this.warehouseRackList.filter((item) => item.sid == val) diff --git a/yxt-as-ui/src/views/storage/stocktaking/stocktakingAdd.vue b/yxt-as-ui/src/views/storage/stocktaking/stocktakingAdd.vue index 6683d9139f..21ed79351c 100644 --- a/yxt-as-ui/src/views/storage/stocktaking/stocktakingAdd.vue +++ b/yxt-as-ui/src/views/storage/stocktaking/stocktakingAdd.vue @@ -111,16 +111,16 @@ "sid": "", "remarks": "", "billNo": "", - "createBySid": "", + "createBySid": window.sessionStorage.getItem('userSid'), + "createByName":window.sessionStorage.getItem('name'), "createDate": "", - "createUserSid": "", - "createByName": "", + "createUserSid": window.sessionStorage.getItem('userSid'), "checkType": "", "profitAmount": "", "lossCount": "", "lossAmount": "", - "useOrgSid": "", - "createOrgSid": "", + "useOrgSid": window.sessionStorage.getItem('orgSid'), + "createOrgSid": window.sessionStorage.getItem('orgSid'), "wmsInventoryCheckbillDetailList": [ ] diff --git a/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue b/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue index 6bfdbdf498..4a7145bd12 100644 --- a/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue +++ b/yxt-as-ui/src/views/storage/upShelf/upShelfAdd.vue @@ -129,8 +129,8 @@ formobj: { "sid": "", "billNo": "", - "createBySid": "", - "createByName": "", + "createBySid": window.sessionStorage.getItem('userSid'), + "createByName": window.sessionStorage.getItem('name'), "createTime": "", "sourceBillNo": "", "sourceBillSid": "",