diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrder.html b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrder.html index e46e7e18..3cb0cbd2 100644 --- a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrder.html +++ b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrder.html @@ -221,6 +221,7 @@ { title: '暂收已合格数', field: 'temporaryHasQualifiedNum', + visible: false, }, { title: '品质已合格数', @@ -241,16 +242,18 @@ }, { - title: '暂收合格数', + title: '暂收数量', field: 'temporaryQualifiedNum', }, { title: '暂收备注', field: 'temporaryRemark', + visible: false, }, { title: '暂收报告', field: 'temporaryReportUrl', + visible: false, }, { title: '入库数', diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrderDetail.html b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrderDetail.html index b85f6ae8..2f5f03e2 100644 --- a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrderDetail.html +++ b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storageOutOrderDetail.html @@ -176,6 +176,7 @@ { title: '暂收已合格数', field: 'temporaryHasQualifiedNum', + visible: false, }, { title: '品质已合格数', @@ -196,17 +197,18 @@ }, { - title: '暂收合格数', + title: '暂收数量', field: 'temporaryQualifiedNum', }, { title: '暂收备注', field: 'temporaryRemark', - editable: true + visible: false, }, { title: '暂收报告', field: 'temporaryReportUrl', + visible: false, }, { title: '入库数', diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchase.html b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchase.html index 7ac82fa1..618651f6 100644 --- a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchase.html +++ b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchase.html @@ -259,6 +259,7 @@ { title: '暂收已合格数', field: 'temporaryHasQualifiedNum', + visible: false, }, { title: '已入库数', @@ -275,16 +276,18 @@ }, { - title: '暂收合格数', + title: '暂收数量', field: 'temporaryQualifiedNum' }, { title: '暂收备注', - field: 'temporaryRemark' + field: 'temporaryRemark', + visible: false, }, { title: '暂收报告', field: 'temporaryReportUrl', + visible: false, }, { title: '入库数', diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseDetail.html b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseDetail.html index eeee6a18..aeb95505 100644 --- a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseDetail.html +++ b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseDetail.html @@ -249,6 +249,7 @@ { title: '暂收已合格数', field: 'temporaryHasQualifiedNum', + visible: false, }, { title: '已入库数', @@ -266,15 +267,22 @@ { title: '暂收合格数', + field: 'temporaryQualifiedNum', + visible: false, + }, + { + title: '暂收数量', field: 'temporaryQualifiedNum' }, { title: '暂收备注', - field: 'temporaryRemark' + field: 'temporaryRemark', + visible: false, }, { title: '暂收报告', field: 'temporaryReportUrl', + visible: false, }, { title: '入库数', diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouse.html b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouse.html index f448d48b..ed74906d 100644 --- a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouse.html +++ b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouse.html @@ -250,6 +250,7 @@ { title: '暂收已合格数', field: 'temporaryHasQualifiedNum', + visible: false, }, { title: '品质已合格数', @@ -270,17 +271,18 @@ }, { - title: '暂收合格数', + title: '暂收数量', field: 'temporaryQualifiedNum', }, { title: '暂收备注', field: 'temporaryRemark', - editable: true + visible: false, }, { title: '暂收报告', field: 'temporaryReportUrl', + visible: false, }, { title: '入库数', diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouseDetail.html b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouseDetail.html index 2da83149..dff9a9b2 100644 --- a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouseDetail.html +++ b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/storagePurchaseWarehouseDetail.html @@ -249,6 +249,7 @@ { title: '暂收已合格数', field: 'temporaryHasQualifiedNum', + visible: false, }, { title: '品质已合格数', @@ -269,17 +270,18 @@ }, { - title: '暂收合格数', + title: '暂收数量', field: 'temporaryQualifiedNum', }, { title: '暂收备注', field: 'temporaryRemark', - editable: true + visible: false, }, { title: '暂收报告', field: 'temporaryReportUrl', + visible: false, }, { title: '入库数', diff --git a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/temporaryPurchaseWarehouseDetail.html b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/temporaryPurchaseWarehouseDetail.html index 9b5db316..b99437e9 100644 --- a/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/temporaryPurchaseWarehouseDetail.html +++ b/ruoyi-admin/src/main/resources/templates/warehouse/storageOrder/temporaryPurchaseWarehouseDetail.html @@ -260,6 +260,7 @@ { title: '暂收已合格数', field: 'temporaryHasQualifiedNum', + visible: false, }, { title: '品质已合格数', @@ -280,16 +281,18 @@ }, { - title: '暂收合格数', + title: '暂收数量', field: 'temporaryQualifiedNum', }, { title: '暂收备注', field: 'temporaryRemark', + visible: false, }, { title: '暂收报告', field: 'temporaryReportUrl', + visible: false, }] });