Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
zhaoy
/
BPA.SAAS.Web
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Merge branch 'master' into kitchenmanage
tmp
zhaoy
há 11 meses
ascendente
5aff652e57
4c41a155bd
cometimento
8f35434329
13 ficheiros alterados
com
14 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -99,6 +99,7 @@ const headleOk=()=>{
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/database/goods/goodstypemanage/components/CreateForm.jsx
Ver ficheiro
@@ -13,6 +13,7 @@ const CreateForm = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/device/deviceInfo/components/CreateForm.jsx
Ver ficheiro
@@ -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
Ver ficheiro
@@ -79,6 +79,7 @@ const CreateForm = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/device/product/components/CreateForm.jsx
Ver ficheiro
@@ -13,6 +13,7 @@ const CreateForm = (props) => {
onCancel={() => {
props.onCancel();
}}
maskClosable={false}
destroyOnClose
>
<Form
+ 1
- 0
src/pages/org/orgamange/components/CreateForm.jsx
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -12,6 +12,7 @@ const PwdForm = (props) => {
visible={props.pwdVisible}
bodyStyle={{ padding: '32px 40px 1px 48px' }}
footer={null}
maskClosable={false}
onCancel={() => {
props.onCancel();
}}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar