king
2024-07-18 5ee8ff75be16e4bdc9ccfb1b271d631b457cc128
2024-07-18
1个文件已修改
7 ■■■■ 已修改文件
src/tabviews/zshare/actionList/printbutton/index.jsx 7 ●●●● 补丁 | 查看 | 原始文档 | 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)