이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
zhaoy
/
BPA.SAAS.Web
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Merge branch 'master' into kitchenmanage
tmp
zhaoy
9 달 전
부모
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();
}}
쓰기
미리보기
불러오는 중...
취소
저장