|
|
@@ -321,7 +321,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
const { mainFee, assFee } = getMaterialFee(node);
|
|
|
const attrs = [
|
|
|
{name: '序号', value: billSeq ++ },
|
|
|
- {name: 'GUID', value: node.data.ID },
|
|
|
+ {name: 'GUID', value: node.data.GUID || node.data.ID },
|
|
|
{name: '清单章节', value: getBillSection(node), minLen: 1, enumeration: [
|
|
|
'100', '200', '300', '400', '500', '600', '700', '800', '900', '1000', '1100',
|
|
|
'1200', '1300', '1400', '1500', '1600', '1700', '1800', '1900', '2000',
|
|
|
@@ -380,7 +380,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
const { mainFee, assFee } = getMaterialFee(node);
|
|
|
const attrs = [
|
|
|
{name: '序号', value: rationSeq ++ },
|
|
|
- {name: 'GUID', value: node.data.ID },
|
|
|
+ {name: 'GUID', value: node.data.GUID || node.data.ID },
|
|
|
{name: '定额编号', value: node.data.code},
|
|
|
{name: '定额名称', value: node.data.name, minLen: 1 },
|
|
|
{name: '单位', value: node.data.unit, minLen: 1 },
|