src/tabviews/zshare/actionList/printbutton/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/zshare/actionList/printbutton/index.jsx
@@ -1435,9 +1435,14 @@ if (item.Field) { fields.push(item.Field) // 条码二维码字段不可为空 if (item.Type === 'qrcode' || item.Type === 'barcode') { if (item.Type === 'barcode') { nonEFields.push(item.Field) } } else if (!item.Value) { // 条码二维码内容不可为空 if (item.Type === 'barcode') { error = '模板中条码/二维码内容不可为空!' } } control.push(item)