diff --git a/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js b/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js index 57d0743..0b5eef3 100644 --- a/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js +++ b/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js @@ -43,6 +43,7 @@ export const getSWYPFXFFXYPZBBTableConfig = ( prop: 'yjryxql', width: 320, headerSelectKey: 'yjryxqlUnit', + headerSelectTo: 'sjryxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -67,6 +68,7 @@ export const getSWYPFXFFXYPZBBTableConfig = ( prop: 'yjjzxql', width: isXsy ? 350 : 280, headerSelectKey: 'yjjzxqlUnit', + headerSelectTo: 'sjjzxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -145,6 +147,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => { prop: 'yjryxql', width: 320, headerSelectKey: 'yjryxqlUnit', + headerSelectTo: 'sjryxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -169,6 +172,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => { prop: 'yjgzyxql', width: 350, headerSelectKey: 'yjgzyxqlUnit', + headerSelectTo: 'sjgzyxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -193,6 +197,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => { prop: 'yjxsyxql', width: 350, headerSelectKey: 'yjxsyxqlUnit', + headerSelectTo: 'sjxsyxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', diff --git a/src/views/business/form/drug/comp/sqbdList.vue b/src/views/business/form/drug/comp/sqbdList.vue index 730eb6c..0e84623 100644 --- a/src/views/business/form/drug/comp/sqbdList.vue +++ b/src/views/business/form/drug/comp/sqbdList.vue @@ -229,7 +229,7 @@ export default { searchForm: { pageNum: 1, pageSize: 10, - studyId: '', + studyId: -1, studySn: '', studyMc: '', bdbh: '', diff --git a/src/views/business/form/drug/comp/tbbdList.vue b/src/views/business/form/drug/comp/tbbdList.vue index d54d2ee..739eea0 100644 --- a/src/views/business/form/drug/comp/tbbdList.vue +++ b/src/views/business/form/drug/comp/tbbdList.vue @@ -230,7 +230,7 @@ export default { searchForm: { pageNum: 1, pageSize: 10, - studyId: '', + studyId: -1, studySn: '', studyMc: '', bdbh: '', diff --git a/src/views/business/form/drug/comp/ytbdList.vue b/src/views/business/form/drug/comp/ytbdList.vue index d241922..aa37866 100644 --- a/src/views/business/form/drug/comp/ytbdList.vue +++ b/src/views/business/form/drug/comp/ytbdList.vue @@ -86,14 +86,14 @@ {{ $t('form.edit') }} -