Browse Source

[fix] 销售管理

去掉销售订单添加、业务经理审核、总助审核物料信息备注多余的问题
dev
liuxiaoxu 2 months ago
parent
commit
e9545c6784
  1. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html
  2. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html
  3. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html

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

@ -461,7 +461,7 @@
},
format: function (value, row, index) { return value + "天数";}
},
{field: 'remark',align: 'center',title: '备注',},
{field: 'remark',align: 'center',title: '备注',visible: false,},
{title: '操作', align: 'center',
formatter: function (value, row, index) {

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

@ -389,7 +389,7 @@
{ title: '计划交付时间',field: 'deliveryTime',align: 'center' },
{title: '质保天数',align: 'center',field: 'expiryDay',
},
{field: 'remark',align: 'center',title: '备注',},
{field: 'remark',align: 'center',title: '备注',visible: false,},
{field: 'auditStatus',align: 'center',title: '审核状态',visible: false,
formatter: function(value, row, index) {
return $.table.selectDictLabel(auditStatusDatas, value);

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

@ -389,7 +389,7 @@
{ title: '计划交付时间',field: 'deliveryTime',align: 'center' },
{title: '质保天数',align: 'center',field: 'expiryDay',
},
{field: 'remark',align: 'center',title: '备注',},
{field: 'remark',align: 'center',title: '备注',visible: false,},
{field: 'auditStatus',align: 'center',title: '审核状态',visible: false,
formatter: function(value, row, index) {
return $.table.selectDictLabel(auditStatusDatas, value);

Loading…
Cancel
Save