diff --git a/src/directives/permission/clientTable.ts b/src/directives/permission/clientTable.ts index 2a9c7ed82..7db98c0bd 100644 --- a/src/directives/permission/clientTable.ts +++ b/src/directives/permission/clientTable.ts @@ -18,6 +18,13 @@ export function clientTable(app: App) { el.firstChild.style.height = '100%' }) }) + app.directive('clientTable450', (el, binding) => { + nextTick(() => { + el.style.height = '450px' + el.firstChild.style.height = '100%' + }) + }) + app.directive('clientSearchTable', (el, binding) => { nextTick(() => { const top = el.getBoundingClientRect().top diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue index deb448725..b2d7a55b0 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue @@ -68,9 +68,9 @@ v-model="mesModelVisible" width="80%" :scroll="true" - max-height="450px" + max-height="500px" > -