Commit e8a99908 authored by rex's avatar rex

送货通知单到送货单 出现 handleLeave(false) 问题

parent 80136578
......@@ -97,7 +97,7 @@ function DeliveryNoticeFromCreate() {
service.getForomService().setTableData(tableDataSource);
service.getForomService().submit().then(res => {
if (res.code === 1000) {
handleAnchor(false)
handleLeave(false)
setTimeout(() => {
history.go(-1)
}, 1000);
......
......@@ -19,13 +19,6 @@ export const deliveryNoteManageSchema: ISchema = {
className: 'useMegaStart'
},
properties: {
ctl: {
type: 'object',
'x-component': 'Children',
'x-component-props': {
children: '{{controllerBtns}}',
},
},
'receiveNo': {
type: 'string',
'x-component': 'Search',
......
......@@ -19,13 +19,6 @@ export const deliveryNoteQuerySchema: ISchema = {
className: 'useMegaStart'
},
properties: {
ctl: {
type: 'object',
'x-component': 'Children',
'x-component-props': {
children: '{{controllerBtns}}',
},
},
'deliveryNo': {
type: 'string',
'x-component': 'Search',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment