Browse Source

[fix]

按照万材调整,修改19个页面的上次修改时间,把上次修改时间->上次更新时间
dev
liuxiaoxu 3 months ago
parent
commit
b42642bad9
  1. 2
      ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionBCP/materialRequisitionBCP.html
  2. 2
      ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionFL/materialRequisitionFL.html
  3. 2
      ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionYL/materialRequisitionYL.html
  4. 2
      ruoyi-admin/src/main/resources/templates/quality/returnGoodsKhthInfo/returnGoodsKhthInfo.html
  5. 2
      ruoyi-admin/src/main/resources/templates/quality/returnGoodsScInfo/returnGoodsScInfo.html
  6. 2
      ruoyi-admin/src/main/resources/templates/stock/stockInfo/stockInfo.html
  7. 2
      ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDBcp/warehousingInPDBcp.html
  8. 2
      ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDFinishProduct/warehousingInPDFinishProduct.html
  9. 2
      ruoyi-admin/src/main/resources/templates/storehouse/warehousingInRGFinishProduct/warehousingInRGFinishProduct.html
  10. 2
      ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html
  11. 2
      ruoyi-admin/src/main/resources/templates/system/customer/customer.html
  12. 4
      ruoyi-admin/src/main/resources/templates/system/customer/detail.html
  13. 2
      ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html
  14. 2
      ruoyi-admin/src/main/resources/templates/system/item/item.html
  15. 2
      ruoyi-admin/src/main/resources/templates/system/procedure/procedure.html
  16. 2
      ruoyi-admin/src/main/resources/templates/system/processCategory/processCategory.html
  17. 2
      ruoyi-admin/src/main/resources/templates/system/sop/sop.html
  18. 2
      ruoyi-admin/src/main/resources/templates/system/supplier/supplier.html
  19. 2
      ruoyi-admin/src/main/resources/templates/system/technicalTeam/technicalTeam.html

2
ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionBCP/materialRequisitionBCP.html

@ -195,7 +195,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionFL/materialRequisitionFL.html

@ -195,7 +195,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/manufacture/materialRequisitionYL/materialRequisitionYL.html

@ -194,7 +194,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/quality/returnGoodsKhthInfo/returnGoodsKhthInfo.html

@ -236,7 +236,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/quality/returnGoodsScInfo/returnGoodsScInfo.html

@ -146,7 +146,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/stock/stockInfo/stockInfo.html

@ -101,7 +101,7 @@
// else {return value;} // else {return value;}
// } // }
}, },
{title: '上次修改时间',field: 'updateInfoTime',align: 'center', {title: '上次更新时间',field: 'updateInfoTime',align: 'center',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value){ if (value){

2
ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDBcp/warehousingInPDBcp.html

@ -160,7 +160,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/storehouse/warehousingInPDFinishProduct/warehousingInPDFinishProduct.html

@ -161,7 +161,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/storehouse/warehousingInRGFinishProduct/warehousingInRGFinishProduct.html

@ -164,7 +164,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html

@ -209,7 +209,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/system/customer/customer.html

@ -511,7 +511,7 @@
{title: '录入时间',field: 'createTime',align: 'center', {title: '录入时间',field: 'createTime',align: 'center',
sortable: true, sortable: true,
}, },
{title: '上次修改时间',field: 'updateTime',align: 'center', {title: '上次更新时间',field: 'updateTime',align: 'center',
formatter: function(value, row, index) { formatter: function(value, row, index) {
if (value) { if (value) {

4
ruoyi-admin/src/main/resources/templates/system/customer/detail.html

@ -572,7 +572,7 @@
}, },
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";
@ -607,7 +607,7 @@
{title: '录入时间',field: 'firstAddTime', {title: '录入时间',field: 'firstAddTime',
formatter: function (value, row, index) {if (value == null) {return " ";}else {return value;}} 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];}} formatter: function (value, row, index) {if (value == null) {return " ";} else {var vArr = value.split(','); return vArr[0];}}
}, },
] ]

2
ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html

@ -279,7 +279,7 @@
{title: '录入时间',field: 'createTime',sortable: true,align: 'center', {title: '录入时间',field: 'createTime',sortable: true,align: 'center',
}, },
{title: '更新人',field: 'updateBy',align: 'center'}, {title: '更新人',field: 'updateBy',align: 'center'},
{ title: '上次修改时间',field: 'updateTime',align: 'center', { title: '上次更新时间',field: 'updateTime',align: 'center',
}, },
{title: '备注',field: 'remark'}, {title: '备注',field: 'remark'},
{ {

2
ruoyi-admin/src/main/resources/templates/system/item/item.html

@ -99,7 +99,7 @@
}, },
{ {
field: 'updateTime', field: 'updateTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/system/procedure/procedure.html

@ -101,7 +101,7 @@
{field: 'associatedItem',title: '核算数量关联项',visible: false}, {field: 'associatedItem',title: '核算数量关联项',visible: false},
{field: 'procedureRemark',title: '工序备注'}, {field: 'procedureRemark',title: '工序备注'},
{field: 'createTime',title: '录入时间'}, {field: 'createTime',title: '录入时间'},
{field: 'updateTime', title: '上次修改时间'}, {field: 'updateTime', title: '上次更新时间'},
{title: '操作',align: 'center',formatter: function(value, row, index) { {title: '操作',align: 'center',formatter: function(value, row, index) {
var actions = []; var actions = [];
actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> '); actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="javascript:void(0)" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');

2
ruoyi-admin/src/main/resources/templates/system/processCategory/processCategory.html

@ -76,7 +76,7 @@
{field: 'standardConversionCost',title: '标准加工费'}, {field: 'standardConversionCost',title: '标准加工费'},
{field: 'actualProcessingCost',title: '财务实际加工费'}, {field: 'actualProcessingCost',title: '财务实际加工费'},
{field: 'createTime',title: '录入时间'}, {field: 'createTime',title: '录入时间'},
{field: 'updateTime',title: '上次修改时间'}, {field: 'updateTime',title: '上次更新时间'},
{title: '操作',align: 'center',formatter: function(value, row, index) { {title: '操作',align: 'center',formatter: function(value, row, index) {
var actions = []; var actions = [];
actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="#" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> '); actions.push('<a class="btn btn-success btn-xs ' + editFlag + '" href="#" onclick="$.operate.edit(\'' + row.id + '\')"><i class="fa fa-edit"></i>编辑</a> ');

2
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) { if (value == null) {
return " "; return " ";
} else { } else {

2
ruoyi-admin/src/main/resources/templates/system/supplier/supplier.html

@ -210,7 +210,7 @@
{ {
field: 'updateInfoTime', field: 'updateInfoTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

2
ruoyi-admin/src/main/resources/templates/system/technicalTeam/technicalTeam.html

@ -100,7 +100,7 @@
}, },
{ {
field: 'updateTime', field: 'updateTime',
title: '上次修改时间', title: '上次更新时间',
formatter: function (value, row, index) { formatter: function (value, row, index) {
if (value == null) { if (value == null) {
return " "; return " ";

Loading…
Cancel
Save