| | |
| | | ['优惠政策类型', 'vat_special_management'], |
| | | ['征税项目', 'tax_item'], |
| | | ['计税方法', 'tax_method'], |
| | | ['发票号码', 'invoice_no'], |
| | | ['发票代码', 'invoice_code'], |
| | | ['开票日期', 'invoice_date'], |
| | | ['只读(true)', 'read_only'], |
| | | ] |
| | | |
| | | cols.forEach((cell, index) => { |
| | |
| | | card.$c_ds = card.wrap.datatype === 'dynamic' |
| | | card.errors = checkComponent(card) |
| | | |
| | | delete card.$c_ds |
| | | |
| | | if (card.errors.length === 0) { |
| | | if (card.buyer.setting.interType === 'system' && card.buyer.setting.execute !== 'false' && !card.buyer.setting.dataresource) { |
| | | card.errors.push({ level: 0, detail: '-购买方 未设置数据源!'}) |