Browse Source

修改弹窗高度

master_hella_20240701
yufei0306 6 months ago
parent
commit
83eec7093e
  1. 2
      src/components/BasicForm/src/BasicForm.vue
  2. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

2
src/components/BasicForm/src/BasicForm.vue

@ -774,7 +774,7 @@ const buttonOperationClick = (row, label, index)=> {
const inputStringBlur = (headerItem, row, index)=> { const inputStringBlur = (headerItem, row, index)=> {
emit("inputStringBlur", headerItem, row, index); emit("inputStringBlur", headerItem, row, index);
} }
defineExpose({ open, formRef, opensearchTable, dialogVisible, formLoading ,handleAddTable}) // open defineExpose({ open, formRef, opensearchTable, dialogVisible, formLoading ,handleAddTable,changeDialogWidth}) // open
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

2
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

@ -556,6 +556,8 @@ const { wsCache } = useCache()
value: 2, value: 2,
isMainValue: false isMainValue: false
}]) }])
//
formRef.value.changeDialogWidth('1085px')
} }
} }

Loading…
Cancel
Save