|
@@ -207,7 +207,7 @@ export default {
|
|
|
var ret = {};
|
|
|
this.purchaseAmountColumns.forEach((record,index)=>{
|
|
|
if (record.title != "序号"){
|
|
|
- if (record.title != "入库单号")
|
|
|
+ if (record.title != "单据号")
|
|
|
ret[record.title] = record.dataIndex;
|
|
|
else
|
|
|
ret[record.title] = record.dataIndex+"_ex";
|