Browse Source

feat: [模板管理] 预计单位带出实际单位

lkf
memorylkf 2 months ago
parent
commit
4f910507f5
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js

+ 5
- 0
src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js View File

@ -43,6 +43,7 @@ export const getSWYPFXFFXYPZBBTableConfig = (
prop: 'yjryxql', prop: 'yjryxql',
width: 320, width: 320,
headerSelectKey: 'yjryxqlUnit', headerSelectKey: 'yjryxqlUnit',
headerSelectTo: 'sjryxqlUnit',
fillType: 'preFill', fillType: 'preFill',
headerOptions: $this.getDictOptions('business_tjdw'), headerOptions: $this.getDictOptions('business_tjdw'),
bodyType: 'inputNumber', bodyType: 'inputNumber',
@ -67,6 +68,7 @@ export const getSWYPFXFFXYPZBBTableConfig = (
prop: 'yjjzxql', prop: 'yjjzxql',
width: isXsy ? 350 : 280, width: isXsy ? 350 : 280,
headerSelectKey: 'yjjzxqlUnit', headerSelectKey: 'yjjzxqlUnit',
headerSelectTo: 'sjjzxqlUnit',
fillType: 'preFill', fillType: 'preFill',
headerOptions: $this.getDictOptions('business_tjdw'), headerOptions: $this.getDictOptions('business_tjdw'),
bodyType: 'inputNumber', bodyType: 'inputNumber',
@ -145,6 +147,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => {
prop: 'yjryxql', prop: 'yjryxql',
width: 320, width: 320,
headerSelectKey: 'yjryxqlUnit', headerSelectKey: 'yjryxqlUnit',
headerSelectTo: 'sjryxqlUnit',
fillType: 'preFill', fillType: 'preFill',
headerOptions: $this.getDictOptions('business_tjdw'), headerOptions: $this.getDictOptions('business_tjdw'),
bodyType: 'inputNumber', bodyType: 'inputNumber',
@ -169,6 +172,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => {
prop: 'yjgzyxql', prop: 'yjgzyxql',
width: 350, width: 350,
headerSelectKey: 'yjgzyxqlUnit', headerSelectKey: 'yjgzyxqlUnit',
headerSelectTo: 'sjgzyxqlUnit',
fillType: 'preFill', fillType: 'preFill',
headerOptions: $this.getDictOptions('business_tjdw'), headerOptions: $this.getDictOptions('business_tjdw'),
bodyType: 'inputNumber', bodyType: 'inputNumber',
@ -193,6 +197,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => {
prop: 'yjxsyxql', prop: 'yjxsyxql',
width: 350, width: 350,
headerSelectKey: 'yjxsyxqlUnit', headerSelectKey: 'yjxsyxqlUnit',
headerSelectTo: 'sjxsyxqlUnit',
fillType: 'preFill', fillType: 'preFill',
headerOptions: $this.getDictOptions('business_tjdw'), headerOptions: $this.getDictOptions('business_tjdw'),
bodyType: 'inputNumber', bodyType: 'inputNumber',

Loading…
Cancel
Save