From eb49fb9a98d6dd4e4361daf4eac4f9313236b8e8 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 19 三月 2026 10:56:34 +0800
Subject: [PATCH] #AI多租户管控

---
 rsf-admin/src/page/orders/outStock/OutOrderEdit.jsx |   71 ++++++++++++++++++++++++++++-------
 1 files changed, 57 insertions(+), 14 deletions(-)

diff --git a/rsf-admin/src/page/orders/outStock/OutOrderEdit.jsx b/rsf-admin/src/page/orders/outStock/OutOrderEdit.jsx
index 8cb32d5..33568b9 100644
--- a/rsf-admin/src/page/orders/outStock/OutOrderEdit.jsx
+++ b/rsf-admin/src/page/orders/outStock/OutOrderEdit.jsx
@@ -61,19 +61,19 @@
                                 {translate('common.edit.title.main')}
                             </Typography>
                             <Stack direction='row' gap={2}>
-                                <TextInput
+                                {/* <TextInput
                                     label="table.field.outStock.code"
                                     source="code"
                                     readOnly
                                     parse={v => v}
-                                />
+                                /> */}
                                 <TextInput
                                     label="table.field.outStock.poCode"
                                     source="poCode"
                                     readOnly
                                     parse={v => v}
                                 />
-                                <AutocompleteInput
+                                {/* <AutocompleteInput
                                     choices={dicts}
                                     optionText="label"
                                     label="table.field.outStock.type"
@@ -81,21 +81,25 @@
                                     optionValue="value"
                                     parse={v => v}
                                     readOnly
+                                /> */}
+                                <TextInput
+                                    label="table.field.outStock.wkType"
+                                    source="wkType$"
+                                    readOnly
+                                    parse={v => v}
                                 />
-                                <AutocompleteInput
+                                {/* <AutocompleteInput
                                     choices={business}
                                     optionText="label"
                                     label="table.field.outStock.wkType"
-                                    source="wkType"
+                                    source="wkType$"
                                     optionValue="value"
                                     parse={v => v}
                                     readOnly
-                                />
-                            </Stack>
-                            <Stack direction='row' gap={2}>
+                                /> */}
                                 <TextInput
-                                    label="table.field.outStock.logisNo"
-                                    source="logisNo"
+                                    label="table.field.outStock.saleDate"
+                                    source="businessTime"
                                     readOnly
                                     parse={v => v}
                                 />
@@ -111,12 +115,51 @@
                                     readOnly
                                     parse={v => v}
                                 />
-                                <DateInput
+                            </Stack>
+                            <Stack direction='row' gap={2}>
+                                {/* 閾跺骇鏂板 */}
+                                <TextInput
+                                    label="table.field.outStock.saleOrgName"
+                                    source="saleOrgName"
+                                    readOnly
+                                    parse={v => v}
+                                />
+                                <TextInput
+                                    label="table.field.outStock.saleUserName"
+                                    source="saleUserName"
+                                    readOnly
+                                    parse={v => v}
+                                />
+                                <TextInput
+                                    label="table.field.outStock.customerId"
+                                    source="customerId"
+                                    readOnly
+                                    parse={v => v}
+                                />
+                                <TextInput
+                                    label="table.field.outStock.customerName"
+                                    source="customerName"
+                                    readOnly
+                                    parse={v => v}
+                                />
+                                <TextInput
+                                    label="table.field.outStock.stockOrgName"
+                                    source="stockOrgName"
+                                    readOnly
+                                    parse={v => v}
+                                />
+                                {/* <TextInput
+                                    label="table.field.outStock.logisNo"
+                                    source="logisNo"
+                                    readOnly
+                                    parse={v => v}
+                                /> */}
+                                {/* <DateInput
                                     label="table.field.outStock.arrTime"
                                     source="arrTime"
                                     readOnly
-                                />
-                                <SelectInput
+                                /> */}
+                                {/* <SelectInput
                                     label="table.field.outStock.rleStatus"
                                     source="rleStatus"
                                     readOnly
@@ -125,7 +168,7 @@
                                         { id: 1, name: ' 宸查噴鏀�' },
                                     ]}
                                     validate={required()}
-                                />
+                                /> */}
                             </Stack>
                         </Grid>
                     </Grid>

--
Gitblit v1.9.1