本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhaoy
/
BPA.SAAS.Web
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge branch 'master' into kitchenmanage
tmp
zhaoy
11 月之前
父節點
5aff652e57
4c41a155bd
當前提交
8f35434329
共有
13 個檔案被更改
,包括
14 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/pages/database/goods/goodsInfo/components/CreateBom.jsx
+1
-0
src/pages/database/goods/goodsInfo/components/GoodsbomFrom.jsx
+1
-0
src/pages/database/goods/goodsInfo/components/UpdateBom.jsx
+1
-0
src/pages/database/goods/goodstypemanage/components/CreateAttributeValue.jsx
+1
-0
src/pages/database/goods/goodstypemanage/components/CreateForm.jsx
+1
-0
src/pages/device/deviceInfo/components/CreateForm.jsx
+1
-0
src/pages/device/deviceVesion/components/CreateForm.jsx
+1
-0
src/pages/device/product/components/CreateForm.jsx
+1
-0
src/pages/org/orgamange/components/CreateForm.jsx
+1
-0
src/pages/org/roles/components/CreateForm.jsx
+2
-0
src/pages/org/roles/index.jsx
+1
-0
src/pages/org/users/components/CreateForm.jsx
+1
-0
src/pages/org/users/components/PwdForm.jsx
+ 1
- 0
src/pages/database/goods/goodsInfo/components/CreateBom.jsx
查看文件
@@ -164,6 +164,7 @@ const GoodsbomFrom = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form layout="horizontal" preserve={false} form={form}
+ 1
- 0
src/pages/database/goods/goodsInfo/components/GoodsbomFrom.jsx
查看文件
@@ -15,6 +15,7 @@ const GoodsbomFrom = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form labelCol={{ span: 4 }} layout="horizontal" preserve={false} onFinish={props.onFinish}>
+ 1
- 0
src/pages/database/goods/goodsInfo/components/UpdateBom.jsx
查看文件
@@ -57,6 +57,7 @@ const UpdateBom = (props) => {
onCancel={() => {
props.onUpdateBomCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form labelCol={{ span: 4 }} layout="horizontal" form={form} preserve={false}>
+ 1
- 0
src/pages/database/goods/goodstypemanage/components/CreateAttributeValue.jsx
查看文件
@@ -99,6 +99,7 @@ const headleOk=()=>{
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/database/goods/goodstypemanage/components/CreateForm.jsx
查看文件
@@ -13,6 +13,7 @@ const CreateForm = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/device/deviceInfo/components/CreateForm.jsx
查看文件
@@ -52,6 +52,7 @@ const CreateForm = (props) => {
title={props.values.id ? '编辑' : '新建'}
width={640}
visible={props.createModalVisible}
maskClosable={false}
bodyStyle={{ padding: '32px 40px 48px' }}
footer={null}
onCancel={() => {
+ 1
- 0
src/pages/device/deviceVesion/components/CreateForm.jsx
查看文件
@@ -79,6 +79,7 @@ const CreateForm = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/device/product/components/CreateForm.jsx
查看文件
@@ -13,6 +13,7 @@ const CreateForm = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/org/orgamange/components/CreateForm.jsx
查看文件
@@ -20,6 +20,7 @@ const CreateForm = (props) => {
title={props.values.id ? '编辑机构' : '新建机构'}
width={640}
visible={props.modalVisible}
maskClosable={false}
bodyStyle={{ padding: '32px 40px 1px 48px' }}
footer={null}
onCancel={() => {
+ 1
- 0
src/pages/org/roles/components/CreateForm.jsx
查看文件
@@ -7,6 +7,7 @@ const CreateForm = (props) => {
title={props.values.id ? '编辑角色' : '新建角色'}
width={1000}
visible={props.modalVisible}
maskClosable={false}
bodyStyle={{ padding: '32px 40px 1px 48px' }}
footer={null}
onCancel={() => {
+ 2
- 0
src/pages/org/roles/index.jsx
查看文件
@@ -205,11 +205,13 @@ const roleManager = () => {
{
title: '角色名称',
dataIndex: 'name',
ellipsis: true,
},
{
title: '备注',
dataIndex: 'remark',
hideInSearch: true,
ellipsis: true,
},
{
title: '创建时间',
+ 1
- 0
src/pages/org/users/components/CreateForm.jsx
查看文件
@@ -20,6 +20,7 @@ const CreateForm = (props) => {
title={props.values.id ? '编辑用户' : '新建用户'}
width={640}
visible={props.modalVisible}
maskClosable={false}
bodyStyle={{ padding: '32px 40px 1px 48px' }}
footer={null}
onCancel={() => {
+ 1
- 0
src/pages/org/users/components/PwdForm.jsx
查看文件
@@ -12,6 +12,7 @@ const PwdForm = (props) => {
visible={props.pwdVisible}
bodyStyle={{ padding: '32px 40px 1px 48px' }}
footer={null}
maskClosable={false}
onCancel={() => {
props.onCancel();
}}
Write
Preview
Loading…
取消
儲存