Browse Source

[fix]销售管理

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

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

@ -841,7 +841,6 @@
url: url, // 后端接口URL
dataType: 'json', // 预期服务器返回的数据类型
success: function(data) {
console.log(data)
$("#usdTax_add").val(data.data);
}
});

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

@ -54,7 +54,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">美元汇率:</label>
<div class="col-sm-8">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="美元对人民币汇率" readonly>
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="当前未配置美元汇率,请联系总经理" readonly>
</div>
</div>
<div class="form-group">
@ -190,7 +190,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);
}
@ -207,8 +207,8 @@
return actions.join('');
}
},
{title: '国内税率',field: 'countTax',align: 'center',},
{ title: '美元汇率',field: 'usdTax', align: 'center',},
// {title: '国内税率',field: 'countTax',align: 'center',},
// { title: '美元汇率',field: 'usdTax', align: 'center',},
{field: 'materialNum',align: 'center',title: '物料的数量',
},
{ title: '物料的不含税单价(RMB)',

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

@ -54,7 +54,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">美元汇率:</label>
<div class="col-sm-8">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="美元对人民币汇率">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="当前未配置美元汇率,请联系总经理" readonly>
</div>
</div>
<div class="form-group">
@ -124,9 +124,9 @@
<a class="btn btn-success" onclick="insertRow()">
<i class="fa fa-plus"></i> 添加物料
</a>
<a class="btn btn-danger multiple disabled" onclick="insertNRow()">
<i class="fa fa-remove"></i> 添加无料号物料
</a>
<!-- <a class="btn btn-danger multiple disabled" onclick="insertNRow()">-->
<!-- <i class="fa fa-remove"></i> 添加无料号物料-->
<!-- </a>-->
</div>
</div>
<div class="row">
@ -231,7 +231,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);
}
@ -261,8 +261,8 @@
return actions.join('');
}
},
{title: '国内税率',field: 'countTax',align: 'center',},
{ title: '美元汇率',field: 'usdTax', align: 'center',},
// {title: '国内税率',field: 'countTax',align: 'center',},
// { title: '美元汇率',field: 'usdTax', align: 'center',},
{field: 'materialNum',align: 'center',title: '物料的数量',
editable:{
type : 'text',

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

@ -81,7 +81,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">美元汇率:</label>
<div class="col-sm-8">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="美元对人民币汇率">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="当前未配置美元汇率,请联系总经理" readonly>
</div>
</div>
<div class="form-group">
@ -249,7 +249,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);
}
@ -271,8 +271,8 @@
},
{ title: '最新报价(RMB)',field: 'recentQuotationRMB',align: 'center',},
{ title: '最新报价(美元)',field: 'recentQuotationUSD',align: 'center',},
{title: '国内税率',field: 'countTax',align: 'center',},
{ title: '美元汇率',field: 'usdTax', align: 'center',},
// {title: '国内税率',field: 'countTax',align: 'center',},
// { title: '美元汇率',field: 'usdTax', align: 'center',},
{field: 'materialNum',align: 'center',title: '物料的数量',
editable:{
type : 'text',

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

@ -76,7 +76,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">美元汇率:</label>
<div class="col-sm-8">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="美元对人民币汇率" readonly>
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="当前未配置美元汇率,请联系总经理" readonly>
</div>
</div>
<div class="form-group">
@ -233,7 +233,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);
}
@ -250,8 +250,8 @@
return actions.join('');
}
},
{title: '国内税率',field: 'countTax',align: 'center',},
{ title: '美元汇率',field: 'usdTax', align: 'center',},
// {title: '国内税率',field: 'countTax',align: 'center',},
// { title: '美元汇率',field: 'usdTax', align: 'center',},
{title: '物料的数量',field: 'materialNum',align: 'center',
},
{ title: '物料的不含税单价(RMB)',

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

@ -77,7 +77,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">美元汇率:</label>
<div class="col-sm-8">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="美元对人民币汇率" readonly>
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="当前未配置美元汇率,请联系总经理" readonly>
</div>
</div>
<div class="form-group">
@ -255,7 +255,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);
}
@ -272,8 +272,8 @@
return actions.join('');
}
},
{title: '国内税率',field: 'countTax',align: 'center',},
{ title: '美元汇率',field: 'usdTax', align: 'center',},
// {title: '国内税率',field: 'countTax',align: 'center',},
// { title: '美元汇率',field: 'usdTax', align: 'center',},
{title: '物料的数量',field: 'materialNum',align: 'center',
},
{ title: '物料的不含税单价(RMB)',

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

@ -78,7 +78,7 @@
<div class="form-group">
<label class="col-sm-4 control-label">美元汇率:</label>
<div class="col-sm-8">
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="美元对人民币汇率" readonly>
<input name="usdTax" th:field="*{usdTax}" id="usdTax_edit" class="form-control" type="number" placeholder="当前未配置美元汇率,请联系总经理" readonly>
</div>
</div>
<div class="form-group">
@ -236,7 +236,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);
}
@ -253,8 +253,8 @@
return actions.join('');
}
},
{title: '国内税率',field: 'countTax',align: 'center',},
{ title: '美元汇率',field: 'usdTax', align: 'center',},
// {title: '国内税率',field: 'countTax',align: 'center',},
// { title: '美元汇率',field: 'usdTax', align: 'center',},
{field: 'materialNum',align: 'center',title: '物料的数量',
},
{ title: '物料的不含税单价(RMB)',

Loading…
Cancel
Save