|
@ -363,6 +363,7 @@ |
|
|
{ title: '物料的含税单价(美元)',field: 'materialUsd',align: 'center',}, |
|
|
{ title: '物料的含税单价(美元)',field: 'materialUsd',align: 'center',}, |
|
|
{ title: '物料的含税总价(美元)',field: 'materialUsdSum', align: 'center',}, |
|
|
{ title: '物料的含税总价(美元)',field: 'materialUsdSum', align: 'center',}, |
|
|
{ title: '物料的不含税总价(美元)',field: 'materialNoUsdSum',align: 'center',}, |
|
|
{ title: '物料的不含税总价(美元)',field: 'materialNoUsdSum',align: 'center',}, |
|
|
|
|
|
{ title: '物料的含税总价(RMB)',field: 'materialRmb',align: 'center',}, |
|
|
{ title: '物料的含税总价(RMB)',field: 'materialNoRmbSum',align: 'center',}, |
|
|
{ title: '物料的含税总价(RMB)',field: 'materialNoRmbSum',align: 'center',}, |
|
|
{title: '物料的不含税总价(RMB)',field: 'materialRmbSum',align: 'center',}, |
|
|
{title: '物料的不含税总价(RMB)',field: 'materialRmbSum',align: 'center',}, |
|
|
{field: 'createBy', align: 'center',title: '录入人',visible: false}, |
|
|
{field: 'createBy', align: 'center',title: '录入人',visible: false}, |
|
@ -497,8 +498,6 @@ |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
layer.close(index); |
|
|
layer.close(index); |
|
|
var enterpriseSum = $("#enterpriseSum_add").val(); |
|
|
|
|
|
$("#enterpriseSum_add").val((enterpriseSum==null?0:enterpriseSum) + 1); |
|
|
|
|
|
} |
|
|
} |
|
|
function insertRow() { |
|
|
function insertRow() { |
|
|
if ($("#customerCode").val() == null || $("#customerCode").val() == '') { |
|
|
if ($("#customerCode").val() == null || $("#customerCode").val() == '') { |
|
|