Browse Source

[fix]

销售管理 销售订单
修改销售订单添加、编辑、详情页面子表,去除对外售价字段;
修改各审批页面和驳回调整页面,去除对外售价字段;
dev
王晓迪 1 month ago
parent
commit
4f243ad143
  1. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html
  2. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html
  3. 20
      ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html
  4. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html
  5. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html
  6. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html
  7. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html

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

@ -353,7 +353,7 @@
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}},
{ title: '入库部门',field: 'warehouseDept',align: 'center',visible: false},
{title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole',align: 'center',},
// { title: '对外售价',field: 'materialSole',align: 'center',},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
// { title: '最新报价历史',align: 'center',

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

@ -356,7 +356,7 @@
{title: '品牌',field: 'brand',align: 'center'},
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}},
{title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole'},
// { title: '对外售价',field: 'materialSole'},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
// { title: '最新报价历史',align: 'center',

20
ruoyi-admin/src/main/resources/templates/system/salesOrder/edit.html

@ -390,16 +390,16 @@
return $.table.selectDictLabel(warehouseDeptDatas, value);
}
},
{ title: '对外售价',field: 'materialSole',
editable: {
type: 'text',
mode: 'inline', // 设定为行内编辑模式
options: {
placeholder: '请输入对外售价...',
maxlength: 10
}
}
},
// { title: '对外售价',field: 'materialSole',
// editable: {
// type: 'text',
// mode: 'inline', // 设定为行内编辑模式
// options: {
// placeholder: '请输入对外售价...',
// maxlength: 10
// }
// }
// },
{title: '国内税率',field: 'countTax',align: 'center',
editable: {
type: 'text',

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

@ -372,7 +372,7 @@
return $.table.selectDictLabel(processMethodDatas, value);
}
},
{ title: '对外售价',field: 'materialSole',editable: true},
// { title: '对外售价',field: 'materialSole',editable: true},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
// { title: '最新报价历史',align: 'center',

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

@ -356,7 +356,7 @@
{title: '品牌',field: 'brand',align: 'center'},
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}},
{title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole'},
// { title: '对外售价',field: 'materialSole'},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
// { title: '最新报价历史',align: 'center',

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

@ -355,7 +355,7 @@
{title: '品牌',field: 'brand',align: 'center'},
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}},
{title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole'},
// { title: '对外售价',field: 'materialSole'},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
// { title: '最新报价历史',align: 'center',

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

@ -356,7 +356,7 @@
{title: '品牌',field: 'brand',align: 'center'},
{ title: '单位',field: 'unit',align: 'center', formatter: function(value, row, index) {return $.table.selectDictLabel(sysUnitClassDatas, value);}},
{title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole'},
// { title: '对外售价',field: 'materialSole'},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
// { title: '最新报价历史',align: 'center',

Loading…
Cancel
Save