From 7d410c1f0d4e36f8281ce2277f355c9abf1c231b Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周五, 16 5月 2025 16:19:36 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo

---
 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