|
|
@@ -358,10 +358,11 @@ INTERFACE_EXPORT = (() => {
|
|
|
const attrs = [
|
|
|
{name: '序号', value: billSeq ++ },
|
|
|
{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',
|
|
|
- ]},
|
|
|
+ // {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',
|
|
|
+ // ]},
|
|
|
+ {name: '清单章节', value: lnStr},
|
|
|
// {name: '子目长编号', value: divideObj.getExeBillCode(node.data.ID, node. tree)},
|
|
|
// {name: '子目长编号', value: lnStr},
|
|
|
{name: '子目长编号', value: getLongBillCode(node)},
|