Hdsmesin-54 feat 拣配交接路由增加

master
mabaoyan 2 years ago
parent 719675c6ca
commit 0226abe364

@ -568,5 +568,7 @@ export default {
HeaderText: '备注', HeaderText: '备注',
supplierCode: '供应商编码', supplierCode: '供应商编码',
supplierName: '供应商名称', supplierName: '供应商名称',
PickingVn: '拣配-越南',
HandoverVn: '交接-越南',
}, },
}; };

@ -570,5 +570,7 @@ export default {
spSo: 'Spare So', spSo: 'Spare So',
supplierCode: 'supplier code', supplierCode: 'supplier code',
supplierName: 'supplier', supplierName: 'supplier',
PickingVn: 'Picking-Vn',
HandoverVn: 'Handover-Vn',
}, },
}; };

@ -482,6 +482,22 @@
"navigationBarTextStyle": "white" // white-black- "navigationBarTextStyle": "white" // white-black-
} }
}, },
{
"path": "pages/raw/handover/picking-vn/index",//
"style": {
"navigationBarTitleText": "拣配",
"navigationStyle": "custom", //
"navigationBarTextStyle": "white" // white-black-
}
},
{
"path": "pages/raw/handover/aggregating-vn/index",//
"style": {
"navigationBarTitleText": "汇总查询",
"navigationStyle": "custom", //
"navigationBarTextStyle": "white" // white-black-
}
},
{ {
"path": "pages/raw/handover/picking/index", "path": "pages/raw/handover/picking/index",
"style": { "style": {

@ -89,6 +89,9 @@ export const page = {
Local: '/pages/raw/handover/picking/Local-details', Local: '/pages/raw/handover/picking/Local-details',
SummaryLocal: '/pages/raw/handover/picking/Summary-details', SummaryLocal: '/pages/raw/handover/picking/Summary-details',
}, },
pickingVn: {
index: '/pages/raw/handover/picking-vn/index',
},
RUSpicking: { RUSpicking: {
index: '/pages/raw/handover/RUS-picking/index', index: '/pages/raw/handover/RUS-picking/index',
result: '/pages/raw/handover/RUS-picking/result', result: '/pages/raw/handover/RUS-picking/result',
@ -116,6 +119,9 @@ export const page = {
summary: '/pages/raw/handover/aggregating/summary', summary: '/pages/raw/handover/aggregating/summary',
accessory: '/pages/raw/handover/aggregating/accessory', accessory: '/pages/raw/handover/aggregating/accessory',
}, },
aggregatingVn: {
index: '/pages/raw/handover/aggregating-vn/index',
},
RUSaggregating: { RUSaggregating: {
index: '/pages/raw/handover/RUS-aggregating/index', index: '/pages/raw/handover/RUS-aggregating/index',
result: '/pages/raw/handover/RUS-aggregating/result', result: '/pages/raw/handover/RUS-aggregating/result',

Loading…
Cancel
Save