king
2023-08-31 3a675efd3a8883f23208cefd39e0e871bf57a70b
src/menu/components/card/double-data-card/options.jsx
@@ -3,14 +3,7 @@
 */
export default function (wrap, columns = [], setting) {
  let appType = sessionStorage.getItem('appType')
  // let MenuType = ''
  // let menu = window.GLOB.customMenu
  let laypage = setting && setting.laypage !== 'false'
  // if (menu.parentId === 'BillPrintTemp') {
  //   MenuType = 'billPrint'
  // }
  let roleList = sessionStorage.getItem('sysRoles')
  if (roleList) {
@@ -156,15 +149,6 @@
        {value: 'true', label: '有'},
      ],
    },
    // {
    //   type: 'number',
    //   field: 'printHeight',
    //   label: '换算高度',
    //   initval: wrap.printHeight || '',
    //   tooltip: '当前数据卡高度相当于几条数据。',
    //   required: false,
    //   forbid: MenuType !== 'billPrint'
    // },
    {
      type: 'radio',
      field: 'empty',