Browse Source

feat: [模板管理] 试剂/供试品/给药制剂 ->选择器加一列库存量

luojie
memorylkf 2 weeks ago
parent
commit
c406abea70
1 changed files with 21 additions and 0 deletions
  1. +21
    -0
      src/views/business/comps/template/formConfig/formConfig.js

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

@ -67,6 +67,13 @@ export const getSjColumns = () => {
label: 'page.business.resource.sj.sjbh'
},
{
prop: 'kcl',
label: 'page.business.resource.sj.kcl',
formatter: (row) => {
return row.kc + row.kcdw
}
},
{
prop: 'nd',
label: 'page.business.resource.sj.sjnd'
},
@ -96,6 +103,13 @@ export const getGspColumns = () => {
label: 'page.business.resource.sj.sjbh'
},
{
prop: 'kcl',
label: 'page.business.resource.sj.kcl',
formatter: (row) => {
return row.kc + row.kcdw
}
},
{
prop: 'yxq',
label: '有效期'
},
@ -117,6 +131,13 @@ export const getGyzjColumns = () => {
label: 'page.business.resource.sj.sjbh'
},
{
prop: 'kcl',
label: 'page.business.resource.sj.kcl',
formatter: (row) => {
return row.kc + row.kcdw
}
},
{
prop: 'nd',
label: 'page.business.resource.sj.sjnd'
},

Loading…
Cancel
Save