Browse Source

[fix] 销售管理

去掉销售客户报价的所有页面的对外售价字段
dev
liuxiaoxu 2 months ago
parent
commit
53afb2d312
  1. 32
      ruoyi-admin/src/main/resources/templates/system/customerQuote/add.html
  2. 4
      ruoyi-admin/src/main/resources/templates/system/customerQuote/detail.html
  3. 32
      ruoyi-admin/src/main/resources/templates/system/customerQuote/edit.html
  4. 34
      ruoyi-admin/src/main/resources/templates/system/customerQuote/taskModifyApply.html
  5. 6
      ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwjlVerify.html
  6. 4
      ruoyi-admin/src/main/resources/templates/system/customerQuote/taskYwzgVerify.html
  7. 4
      ruoyi-admin/src/main/resources/templates/system/customerQuote/taskZozjVerify.html

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

@ -334,21 +334,21 @@
return $.table.selectDictLabel(processMethodDatas, value);
}
},
{ title: '对外售价',field: 'materialSole',
editable: {
type: 'number',
mode: 'inline',
title: '对外售价',
validate: function (value) {
if (!value) {
return '对外售价不能为空';
}
if (isNaN(value)) {
return '对外售价必须为数字';
}
}
}
},
// { title: '对外售价',field: 'materialSole',
// editable: {
// type: 'number',
// mode: 'inline',
// title: '对外售价',
// validate: function (value) {
// if (!value) {
// return '对外售价不能为空';
// }
// if (isNaN(value)) {
// return '对外售价必须为数字';
// }
// }
// }
// },
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
@ -593,7 +593,7 @@
countTax: $("#rmbTax_add").val(),
usdTax: $("#usdTax_add").val(),
materialNum: "",
materialSole: "",
// materialSole: "",
recentQuotationRMB: quotationData.data.materialRmb || '',
recentQuotationUSD: quotationData.data.materialUsd || '',
materialRmb: "",

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

@ -196,8 +196,8 @@
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',

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

@ -218,21 +218,21 @@
return $.table.selectDictLabel(processMethodDatas, value);
}
},
{ title: '对外售价',field: 'materialSole',
editable: {
type: 'number',
mode: 'inline',
title: '对外售价',
validate: function (value) {
if (!value) {
return '对外售价不能为空';
}
if (isNaN(value)) {
return '对外售价必须为数字';
}
}
}
},
// { title: '对外售价',field: 'materialSole',
// editable: {
// type: 'number',
// mode: 'inline',
// title: '对外售价',
// validate: function (value) {
// if (!value) {
// return '对外售价不能为空';
// }
// if (isNaN(value)) {
// return '对外售价必须为数字';
// }
// }
// }
// },
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
{ title: '最新报价历史',align: 'center',
@ -443,7 +443,7 @@
countTax: '',
usdTax: '',
materialNum: "",
materialSole: "",
// materialSole: "",
recentQuotationRMB: quotationData.data.materialRmb || '',
recentQuotationUSD: quotationData.data.materialUsd || '',
materialRmb: "",

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

@ -255,21 +255,21 @@
return $.table.selectDictLabel(processMethodDatas, value);
}
},
{ title: '对外售价',field: 'materialSole',
editable: {
type: 'number',
mode: 'inline',
title: '对外售价',
validate: function (value) {
if (!value) {
return '对外售价不能为空';
}
if (isNaN(value)) {
return '对外售价必须为数字';
}
}
}
},
// { title: '对外售价',field: 'materialSole',
// editable: {
// type: 'number',
// mode: 'inline',
// title: '对外售价',
// validate: function (value) {
// if (!value) {
// return '对外售价不能为空';
// }
// if (isNaN(value)) {
// return '对外售价必须为数字';
// }
// }
// }
// },
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
// {title: '国内税率',field: 'countTax',align: 'center',},
@ -488,7 +488,7 @@
countTax: '',
usdTax: '',
materialNum: "",
materialSole: "",
// materialSole: "",
recentQuotationRMB: quotationData.data.materialRmb || '',
recentQuotationUSD: quotationData.data.materialUsd || '',
materialRmb: "",
@ -520,7 +520,7 @@
countTax: '',
usdTax: '',
materialNum: "",
materialSole: "",
// materialSole: "",
recentQuotationRMB: '',
recentQuotationUSD: '',
materialRmb: "",

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

@ -239,8 +239,8 @@
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',
@ -351,7 +351,7 @@
processMethod: rowData.processMethod,
countTax: '',
usdTax: '',
materialSole: "",
// materialSole: "",
materialNum: "",
materialNoRmb: "",
materialNoUsd: "",

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

@ -261,8 +261,8 @@
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',

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

@ -242,8 +242,8 @@
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