From b42642bad97056449cf55db3035de32db4d4043a Mon Sep 17 00:00:00 2001 From: liuxiaoxu <1793812695@qq.com> Date: Fri, 29 Nov 2024 19:28:40 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E6=8C=89=E7=85=A7=E4=B8=87=E6=9D=90?= =?UTF-8?q?=E8=B0=83=E6=95=B4,=E4=BF=AE=E6=94=B919=E4=B8=AA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E4=B8=8A=E6=AC=A1=E4=BF=AE=E6=94=B9=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E6=8A=8A=E4=B8=8A=E6=AC=A1=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=97=B6=E9=97=B4->=E4=B8=8A=E6=AC=A1=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../materialRequisitionBCP/materialRequisitionBCP.html | 2 +- .../materialRequisitionFL/materialRequisitionFL.html | 2 +- .../materialRequisitionYL/materialRequisitionYL.html | 2 +- .../quality/returnGoodsKhthInfo/returnGoodsKhthInfo.html | 2 +- .../quality/returnGoodsScInfo/returnGoodsScInfo.html | 2 +- .../main/resources/templates/stock/stockInfo/stockInfo.html | 2 +- .../storehouse/warehousingInPDBcp/warehousingInPDBcp.html | 2 +- .../warehousingInPDFinishProduct.html | 2 +- .../warehousingInRGFinishProduct.html | 2 +- .../system/companyInformation/companyInformation.html | 2 +- .../main/resources/templates/system/customer/customer.html | 2 +- .../src/main/resources/templates/system/customer/detail.html | 4 ++-- .../templates/system/customerQuote/customerQuote.html | 2 +- .../src/main/resources/templates/system/item/item.html | 2 +- .../main/resources/templates/system/procedure/procedure.html | 2 +- .../templates/system/processCategory/processCategory.html | 2 +- ruoyi-admin/src/main/resources/templates/system/sop/sop.html | 2 +- .../main/resources/templates/system/supplier/supplier.html | 2 +- .../templates/system/technicalTeam/technicalTeam.html | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionBCP/materialRequisitionBCP.html b/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionBCP/materialRequisitionBCP.html index 47102caa..fbfb6d61 100644 --- a/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionBCP/materialRequisitionBCP.html +++ b/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionBCP/materialRequisitionBCP.html @@ -195,7 +195,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionFL/materialRequisitionFL.html b/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionFL/materialRequisitionFL.html index 4c5bf0c5..520c1da5 100644 --- a/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionFL/materialRequisitionFL.html +++ b/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionFL/materialRequisitionFL.html @@ -195,7 +195,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionYL/materialRequisitionYL.html b/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionYL/materialRequisitionYL.html index fa56cec7..1791eb3a 100644 --- a/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionYL/materialRequisitionYL.html +++ b/ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionYL/materialRequisitionYL.html @@ -194,7 +194,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/quality/returnGoodsKhthInfo/returnGoodsKhthInfo.html b/ruoyi-admin/src/main/resources/templates/quality/returnGoodsKhthInfo/returnGoodsKhthInfo.html index fbff3ed9..9da9c6bf 100644 --- a/ruoyi-admin/src/main/resources/templates/quality/returnGoodsKhthInfo/returnGoodsKhthInfo.html +++ b/ruoyi-admin/src/main/resources/templates/quality/returnGoodsKhthInfo/returnGoodsKhthInfo.html @@ -236,7 +236,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/quality/returnGoodsScInfo/returnGoodsScInfo.html b/ruoyi-admin/src/main/resources/templates/quality/returnGoodsScInfo/returnGoodsScInfo.html index d9b2fe79..5d162c1e 100644 --- a/ruoyi-admin/src/main/resources/templates/quality/returnGoodsScInfo/returnGoodsScInfo.html +++ b/ruoyi-admin/src/main/resources/templates/quality/returnGoodsScInfo/returnGoodsScInfo.html @@ -146,7 +146,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/stock/stockInfo/stockInfo.html b/ruoyi-admin/src/main/resources/templates/stock/stockInfo/stockInfo.html index 24248056..cde5e1f0 100644 --- a/ruoyi-admin/src/main/resources/templates/stock/stockInfo/stockInfo.html +++ b/ruoyi-admin/src/main/resources/templates/stock/stockInfo/stockInfo.html @@ -101,7 +101,7 @@ // else {return value;} // } }, - {title: '上次修改时间',field: 'updateInfoTime',align: 'center', + {title: '上次更新时间',field: 'updateInfoTime',align: 'center', formatter: function (value, row, index) { if (value){ diff --git a/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDBcp/warehousingInPDBcp.html b/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDBcp/warehousingInPDBcp.html index f96a1b64..2d79edc5 100644 --- a/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDBcp/warehousingInPDBcp.html +++ b/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDBcp/warehousingInPDBcp.html @@ -160,7 +160,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDFinishProduct/warehousingInPDFinishProduct.html b/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDFinishProduct/warehousingInPDFinishProduct.html index 43206e2f..64d6def1 100644 --- a/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDFinishProduct/warehousingInPDFinishProduct.html +++ b/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDFinishProduct/warehousingInPDFinishProduct.html @@ -161,7 +161,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInRGFinishProduct/warehousingInRGFinishProduct.html b/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInRGFinishProduct/warehousingInRGFinishProduct.html index 359e2f4c..b7a4bbbc 100644 --- a/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInRGFinishProduct/warehousingInRGFinishProduct.html +++ b/ruoyi-admin/src/main/resources/templates/storehouse/warehousingInRGFinishProduct/warehousingInRGFinishProduct.html @@ -164,7 +164,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html b/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html index 1e0a7350..1d495dbe 100644 --- a/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html +++ b/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html @@ -209,7 +209,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/system/customer/customer.html b/ruoyi-admin/src/main/resources/templates/system/customer/customer.html index 73bb22bb..877ac10e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customer/customer.html +++ b/ruoyi-admin/src/main/resources/templates/system/customer/customer.html @@ -511,7 +511,7 @@ {title: '录入时间',field: 'createTime',align: 'center', sortable: true, }, - {title: '上次修改时间',field: 'updateTime',align: 'center', + {title: '上次更新时间',field: 'updateTime',align: 'center', formatter: function(value, row, index) { if (value) { diff --git a/ruoyi-admin/src/main/resources/templates/system/customer/detail.html b/ruoyi-admin/src/main/resources/templates/system/customer/detail.html index b2835643..82eb730c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customer/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/customer/detail.html @@ -572,7 +572,7 @@ }, { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; @@ -607,7 +607,7 @@ {title: '录入时间',field: 'firstAddTime', formatter: function (value, row, index) {if (value == null) {return " ";}else {return value;}} }, - {title: '上次修改时间',field: 'updateInfoTime', + {title: '上次更新时间',field: 'updateInfoTime', formatter: function (value, row, index) {if (value == null) {return " ";} else {var vArr = value.split(','); return vArr[0];}} }, ] diff --git a/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html b/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html index d2337c89..8dc5c899 100644 --- a/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html +++ b/ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html @@ -279,7 +279,7 @@ {title: '录入时间',field: 'createTime',sortable: true,align: 'center', }, {title: '更新人',field: 'updateBy',align: 'center'}, - { title: '上次修改时间',field: 'updateTime',align: 'center', + { title: '上次更新时间',field: 'updateTime',align: 'center', }, {title: '备注',field: 'remark'}, { diff --git a/ruoyi-admin/src/main/resources/templates/system/item/item.html b/ruoyi-admin/src/main/resources/templates/system/item/item.html index beb1fca0..8219bc8a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/item/item.html +++ b/ruoyi-admin/src/main/resources/templates/system/item/item.html @@ -99,7 +99,7 @@ }, { field: 'updateTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/system/procedure/procedure.html b/ruoyi-admin/src/main/resources/templates/system/procedure/procedure.html index 9f2f125c..99e41d68 100644 --- a/ruoyi-admin/src/main/resources/templates/system/procedure/procedure.html +++ b/ruoyi-admin/src/main/resources/templates/system/procedure/procedure.html @@ -101,7 +101,7 @@ {field: 'associatedItem',title: '核算数量关联项',visible: false}, {field: 'procedureRemark',title: '工序备注'}, {field: 'createTime',title: '录入时间'}, - {field: 'updateTime', title: '上次修改时间'}, + {field: 'updateTime', title: '上次更新时间'}, {title: '操作',align: 'center',formatter: function(value, row, index) { var actions = []; actions.push('编辑 '); diff --git a/ruoyi-admin/src/main/resources/templates/system/processCategory/processCategory.html b/ruoyi-admin/src/main/resources/templates/system/processCategory/processCategory.html index fd2a016a..334de092 100644 --- a/ruoyi-admin/src/main/resources/templates/system/processCategory/processCategory.html +++ b/ruoyi-admin/src/main/resources/templates/system/processCategory/processCategory.html @@ -76,7 +76,7 @@ {field: 'standardConversionCost',title: '标准加工费'}, {field: 'actualProcessingCost',title: '财务实际加工费'}, {field: 'createTime',title: '录入时间'}, - {field: 'updateTime',title: '上次修改时间'}, + {field: 'updateTime',title: '上次更新时间'}, {title: '操作',align: 'center',formatter: function(value, row, index) { var actions = []; actions.push('编辑 '); diff --git a/ruoyi-admin/src/main/resources/templates/system/sop/sop.html b/ruoyi-admin/src/main/resources/templates/system/sop/sop.html index 0a33968e..6c1cb0a2 100644 --- a/ruoyi-admin/src/main/resources/templates/system/sop/sop.html +++ b/ruoyi-admin/src/main/resources/templates/system/sop/sop.html @@ -202,7 +202,7 @@ } } }, - {field: 'updateTime',title: '上次修改时间',formatter: function (value, row, index) { + {field: 'updateTime',title: '上次更新时间',formatter: function (value, row, index) { if (value == null) { return " "; } else { diff --git a/ruoyi-admin/src/main/resources/templates/system/supplier/supplier.html b/ruoyi-admin/src/main/resources/templates/system/supplier/supplier.html index 0ca5de27..d5386e0b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/supplier/supplier.html +++ b/ruoyi-admin/src/main/resources/templates/system/supplier/supplier.html @@ -210,7 +210,7 @@ { field: 'updateInfoTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " "; diff --git a/ruoyi-admin/src/main/resources/templates/system/technicalTeam/technicalTeam.html b/ruoyi-admin/src/main/resources/templates/system/technicalTeam/technicalTeam.html index 31b4acd1..09be6cbd 100644 --- a/ruoyi-admin/src/main/resources/templates/system/technicalTeam/technicalTeam.html +++ b/ruoyi-admin/src/main/resources/templates/system/technicalTeam/technicalTeam.html @@ -100,7 +100,7 @@ }, { field: 'updateTime', - title: '上次修改时间', + title: '上次更新时间', formatter: function (value, row, index) { if (value == null) { return " ";