king
2022-11-22 5d7990fdaf2c9c60dfc697f00089ba809255df08
src/views/billprint/index.jsx
@@ -308,6 +308,8 @@
          })
        }
        window.GLOB.CacheData.set(tempId, {$BID: BID})
        config.components = config.components.map(component => {
          if (component.action) component.action = []
          if (component.search) component.search = []
@@ -317,6 +319,16 @@
            component.type = 'card'
          }
          component.$pageId = tempId
          if (component.setting && component.setting.supModule) {
            let pid = component.setting.supModule.pop()
            if (pid && pid !== 'empty') {
              component.setting.supModule = pid
            } else {
              component.setting.supModule = ''
            }
          }
          if (component.type === 'table') {
            let getColumns = (cols) => {
              return cols.map(item => {