From 175d6f042894485ba5abc1dc3040bf3a0fdc0687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Tue, 7 Nov 2023 14:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=95=B0=E6=8D=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BasicForm/src/BasicForm.vue | 43 +++++++---- src/components/Detail/src/Detail.vue | 25 ++----- src/components/Form/src/Form.vue | 74 +++++++++++++------ .../businesstype/businesstype.data.ts | 26 +++++++ .../documentSetting/businesstype/index.vue | 16 ---- .../documentSetting/documentsetting/index.vue | 5 -- .../documentSetting/recordsetting/index.vue | 5 -- .../documentSetting/requestsetting/index.vue | 5 -- .../documentSetting/transactiontype/index.vue | 5 -- .../areabasic/areabasic.data.ts | 15 ++++ .../factoryModeling/areabasic/index.vue | 11 --- .../factoryModeling/dock/dock.data.ts | 29 ++++++++ .../factoryModeling/dock/index.vue | 18 ----- .../factoryModeling/enterprise/index.vue | 22 +----- .../factoryModeling/location/index.vue | 25 ------- .../factoryModeling/location/location.data.ts | 46 +++++++++++- .../factoryModeling/locationgroup/index.vue | 18 ----- .../locationgroup/locationgroup.data.ts | 29 ++++++++ .../factoryModeling/process/index.vue | 18 ----- .../factoryModeling/process/process.data.ts | 29 ++++++++ .../factoryModeling/productionline/index.vue | 23 ------ .../productionline/productionline.data.ts | 40 ++++++++++ .../factoryModeling/workstation/index.vue | 30 -------- .../workstation/workstation.data.ts | 54 ++++++++++++++ .../itemManage/bom/bom.data.ts | 26 +++++++ .../basicDataManage/itemManage/bom/index.vue | 22 +----- .../itemManage/itempackaging/index.vue | 11 --- .../itempackaging/itempackaging.data.ts | 16 +++- .../itemManage/productionlineitem/index.vue | 26 ------- .../productionlineitem.data.ts | 53 ++++++++++++- .../itemManage/stdcostprice/index.vue | 18 ----- .../stdcostprice/stdcostprice.data.ts | 29 ++++++++ .../orderManage/carrier/index.vue | 2 - .../orderManage/owner/index.vue | 2 - .../orderManage/shift/index.vue | 2 - .../orderManage/team/index.vue | 2 - .../strategySetting/condition/index.vue | 5 -- .../strategySetting/configuration/index.vue | 5 -- .../configurationsetting/index.vue | 5 -- .../strategySetting/paramsetting/index.vue | 5 -- .../strategySetting/rule/index.vue | 5 -- .../supplierManage/purchaseprice/index.vue | 18 ----- .../purchaseprice/purchaseprice.data.ts | 31 +++++++- .../supplierManage/supplier/index.vue | 2 - .../supplierManage/supplieritem/index.vue | 32 -------- .../supplieritem/supplieritem.data.ts | 57 ++++++++++++++ .../systemSetting/accountcalendar/index.vue | 2 - .../systemSetting/currencyexchange/index.vue | 2 - .../systemSetting/systemcalendar/index.vue | 2 - .../purchaseclaimRequestMain/index.vue | 45 ++++++----- .../purchaseclaimRequestMain.data.ts | 37 +++++++++- 51 files changed, 622 insertions(+), 451 deletions(-) diff --git a/src/components/BasicForm/src/BasicForm.vue b/src/components/BasicForm/src/BasicForm.vue index 51d11c076..ab4d476cd 100644 --- a/src/components/BasicForm/src/BasicForm.vue +++ b/src/components/BasicForm/src/BasicForm.vue @@ -1,10 +1,17 @@