Browse Source

[fix]销售管理

销售订单新增页面、详情页面、修改页面、驳回调整页面、业务经理审批页面、业务主管审批页面、总经理助理审批页面:物料列表加工方式为物料类型、列表页面不展示美元汇率和国内税率;form表单的美元汇率没有值默认为”当前未配置美元汇率,请联系总经理“,且为只读选项
dev
liuxiaoxu 3 weeks ago
parent
commit
d2aa3a8677
  1. 2
      ruoyi-admin/src/main/resources/templates/system/salesOrder/add.html
  2. 4
      ruoyi-admin/src/main/resources/templates/system/salesOrder/detail.html
  3. 22
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskModifyApply.html
  4. 6
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwjlVerify.html
  5. 6
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskYwzgVerify.html
  6. 6
      ruoyi-admin/src/main/resources/templates/system/salesOrder/taskZozjVerify.html

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

@ -355,7 +355,7 @@
}
},
{title: '半成品类型',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{title: '加工方式',field: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole',align: 'center',},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},

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

@ -367,8 +367,8 @@
}
},
{title: '国内税率',field: 'countTax',align: 'center'},
{ title: '美元汇率',field: 'usdTax', align: 'center'},
// {title: '国内税率',field: 'countTax',align: 'center'},
// { title: '美元汇率',field: 'usdTax', align: 'center'},
{ title: '物料的不含税单价(RMB)',
field: 'materialNoRmb',
align: 'center'

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

@ -366,7 +366,7 @@
return $.table.selectDictLabel(sysUnitClassDatas, value);
}
},
{title: '半成品类型',field: 'processMethod',align: 'center',
{title: '加工方式',field: 'processMethod',align: 'center',
formatter: function(value, row, index) {
return $.table.selectDictLabel(processMethodDatas, value);
}
@ -382,8 +382,8 @@
return actions.join('');
}
},
{title: '国内税率',field: 'countTax',align: 'center',editable: true},
{ title: '美元汇率',field: 'usdTax', align: 'center',editable: true},
// {title: '国内税率',field: 'countTax',align: 'center',editable: true},
// { title: '美元汇率',field: 'usdTax', align: 'center',editable: true},
{field: 'materialNum',align: 'center',title: '物料的数量',editable: true},
{ title: '物料的不含税单价(RMB)',
field: 'materialNoRmb',
@ -604,14 +604,14 @@
recentQuotationRMB: quotationData.data.materialRmb || '',
recentQuotationUSD: quotationData.data.materialUsd || '',
materialNum: "",
materialNoRmb: 0.00,
materialNoUsd: 0.00,
materialRmb: 0.00,
materialNoRmbSum: 0.00,
materialRmbSum: 0.00,
materialUsd: 0.00,
materialUsdSum: 0.00,
materialNoUsdSum: 0.00,
materialNoRmb: "",
materialNoUsd: "",
materialRmb: "",
materialNoRmbSum: "",
materialRmbSum: "",
materialUsd: "",
materialUsdSum: "",
materialNoUsdSum: "",
createBy: "",
createTime: "",
updateBy: "",

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

@ -354,7 +354,7 @@
{ title: '描述',field: 'describe',align: 'center'},
{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: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole'},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
@ -367,8 +367,8 @@
}
},
{title: '国内税率',field: 'countTax',align: 'center'},
{ title: '美元汇率',field: 'usdTax', align: 'center'},
// {title: '国内税率',field: 'countTax',align: 'center'},
// { title: '美元汇率',field: 'usdTax', align: 'center'},
{ title: '物料的不含税单价(RMB)',
field: 'materialNoRmb',
align: 'center'

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

@ -353,7 +353,7 @@
{ title: '描述',field: 'describe',align: 'center'},
{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: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole'},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
@ -367,8 +367,8 @@
},
{title: '国内税率',field: 'countTax',align: 'center'},
{ title: '美元汇率',field: 'usdTax', align: 'center'},
// {title: '国内税率',field: 'countTax',align: 'center'},
// { title: '美元汇率',field: 'usdTax', align: 'center'},
{ title: '物料的不含税单价(RMB)',
field: 'materialNoRmb',
align: 'center'

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

@ -354,7 +354,7 @@
{ title: '描述',field: 'describe',align: 'center'},
{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: 'processMethod',align: 'center',formatter: function(value, row, index) {return $.table.selectDictLabel(processMethodDatas, value);}},
{ title: '对外售价',field: 'materialSole'},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
@ -367,8 +367,8 @@
}
},
{title: '国内税率',field: 'countTax',align: 'center'},
{ title: '美元汇率',field: 'usdTax', align: 'center'},
// {title: '国内税率',field: 'countTax',align: 'center'},
// { title: '美元汇率',field: 'usdTax', align: 'center'},
{ title: '物料的不含税单价(RMB)',
field: 'materialNoRmb',
align: 'center'

Loading…
Cancel
Save