From 635915b32568f64bc4cafe4c86734a03b4f888d0 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 25 Mar 2024 14:30:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/supplierdeliverRequestMain/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue index e1ef80cea..35dd36a73 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue @@ -180,6 +180,7 @@ const searchTableSuccessDetail = (formField, searchField, val, formRef) => { setV['itemCode'] = val[0]['itemCode'] setV['poLine'] = val[0]['poLine'] setV['uom'] = val[0]['uom'] + setV['orderQty'] = val[0]['orderQty'] } formRef.setValues(setV) }) From f19a364694432afa0923c7b8cc6a94cd6fe5fe54 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 25 Mar 2024 15:20:23 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=B6=85=E6=94=B6?= =?UTF-8?q?=E7=99=BE=E5=88=86=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchaseMain/purchaseMain.data.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts index 91536f1c1..e6c4a2185 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts @@ -719,6 +719,8 @@ export const PurchaseDetail = useCrudSchemas(reactive([ min: 0 } }, + isTable:false, + isTableForm:false, tableForm: { type: 'InputNumber', min: 0 From 60df601b89b0cd652443779657871b8adfea2209 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 25 Mar 2024 15:32:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=AF=84=E5=AD=98=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierdeliver/purchaseMain/purchaseMain.data.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts index e6c4a2185..023d6051e 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchaseMain/purchaseMain.data.ts @@ -167,11 +167,12 @@ export const PurchaseMain = useCrudSchemas(reactive([ field: 'isConsignment', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 }, + isForm:false, form: { component: 'Switch', value: 'TRUE', @@ -191,6 +192,7 @@ export const PurchaseMain = useCrudSchemas(reactive([ table: { width: 150 }, + isForm:false, form: { component: 'Switch', value: 'TRUE',