king
2024-07-25 d32c4297cc47342f0a5229d5108cc7c26809f50f
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)