|
@@ -148,6 +148,10 @@ INTERFACE_IMPORT = (() => {
|
|
|
item.unit = getValue(src, ['_单位']);
|
|
item.unit = getValue(src, ['_单位']);
|
|
|
item.quantity = getValue(src, ['_暂定数量']);
|
|
item.quantity = getValue(src, ['_暂定数量']);
|
|
|
}
|
|
}
|
|
|
|
|
+ const remark = getValue(src, ['_备注']) || '';
|
|
|
|
|
+ if (remark !== '') {
|
|
|
|
|
+ item.remark = remark;
|
|
|
|
|
+ }
|
|
|
return item;
|
|
return item;
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|