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