From dfcd7292930616dfa36207cd23ebbb7a99813178 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 20 5月 2025 18:14:03 +0800
Subject: [PATCH] //将抽屉强制挂载到 body 元素上,确保样式隔离和滚动行为正常,不受嵌套页面的影响
---
PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Controllers/CallMaterialOrderRecordDrawer.tsx | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Controllers/CallMaterialOrderRecordDrawer.tsx b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Controllers/CallMaterialOrderRecordDrawer.tsx
index 2cde788..b7c43cb 100644
--- a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Controllers/CallMaterialOrderRecordDrawer.tsx
+++ b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Controllers/CallMaterialOrderRecordDrawer.tsx
@@ -14,6 +14,10 @@
import isEqual from 'lodash/isEqual'
import { ConfirmBox } from '@/components/ConfirmBox/ConfirmBox'
import { cloneDeep } from 'lodash'
+// 寮曞叆鍏叡閫夐」閰嶇疆
+import {
+ BOOLEAN_OPTIONS_AddEdit
+} from '@/utils/commonOptionConstants';
export const useCallMaterialOrderRecordDrawer = (props: any, ctx?: any) => {
const callMaterialOrderRecordDrawer = injectModel<CallMaterialOrderRecordDrawer>('callMaterialOrderRecordDrawer')
@@ -90,6 +94,13 @@
el: 'input',
//disabled: disabled,
placeholder: '璇疯緭鍏ュ師鏂欏瀷鍙�',
+ },
+ {
+ label: '鍘熸枡鎵规',
+ prop: 'materialBatch',
+ el: 'input',
+ //disabled: disabled,
+ placeholder: '璇疯緭鍏ュ師鏂欐壒娆�',
},
{
label: '鍙枡鐘舵��',
@@ -176,6 +187,7 @@
const data = {
dataIdentifier: formData.value.dataIdentifier,
materialMode: formData.value.materialMode,
+materialBatch: formData.value.materialBatch,
callMaterialStatus: formData.value.callMaterialStatus,
quantity: formData.value.quantity,
wmsRetResult: formData.value.wmsRetResult,
@@ -229,6 +241,7 @@
formData.value = {
dataIdentifier: res.dataIdentifier,
materialMode: res.materialMode,
+materialBatch: res.materialBatch,
callMaterialStatus: res.callMaterialStatus,
quantity: res.quantity,
wmsRetResult: res.wmsRetResult,
--
Gitblit v1.9.3