Browse Source

[fix] 工程管理

修改客户基本信息和客户报价的客户状态为使用状态
dev
liuxiaoxu 2 months ago
parent
commit
90fd438e66
  1. 2
      ruoyi-admin/src/main/resources/templates/system/customer/customer.html
  2. 2
      ruoyi-admin/src/main/resources/templates/system/customerQuote/customerQuote.html

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

@ -494,7 +494,7 @@
{ title: '审核状态',field: 'auditStatus', visible: false,
formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);}
},
{title: '客户状态',field: 'useStatus',
{title: '使用状态',field: 'useStatus',
formatter: function (value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);},
},
{title: '客户编号',field: 'id',visible: false },

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

@ -166,7 +166,7 @@
{ title: '审核状态',field: 'auditStatus', visible: false,
formatter: function (value, row, index) { return $.table.selectDictLabel(auditStatusDatas, value);}
},
{title: '客户状态',field: 'useStatus',
{title: '使用状态',field: 'useStatus',
formatter: function (value, row, index) {return $.table.selectDictLabel(useStatusDatas, value);},
},
{title:'业务员',field:'businessMembers'},

Loading…
Cancel
Save