全局样式

This commit is contained in:
2024-03-25 10:12:56 +08:00
parent 0fc183df8c
commit c8d62ffb1f
19 changed files with 147 additions and 82 deletions

View File

@@ -2,7 +2,7 @@ export const authority = () => {
let res = {
code: '1',
result: {
sonTree: [
sonTree1: [
{menu_id: '1', path: 'RF01', title: '生产管理', sonTree: [
{menu_id: '1', title: '生箔生产进度', path: '/pages/ProductManage/SboProdProgress'},
{menu_id: '2', title: '生箔工序', path: '/pages/ProductManage/SboProcess'},
@@ -51,13 +51,24 @@ export const authority = () => {
{menu_id: '1', title: '任务管理', path: '/pages/DispatchManage/TaskManage'},
{menu_id: '2', title: 'RGV状态查询', path: '/pages/DispatchManage/RGVStatus'}
]}
],
sonTree2: [
{menu_id: '1', path: 'RF08', title: '载具入库', sonTree: [
{menu_id: '1', title: '空载具入库', path: '/pages/SecondPhase/EmptyVehicleInStore'}
]},
{menu_id: '2', path: 'RF11', title: '空木箱入库', sonTree: [
{menu_id: '1', title: '空木箱入库', path: '/pages/SecondPhase/EmptyBoxInStore'}
]},
{menu_id: '3', path: 'RF12', title: '发货区', sonTree: [
{menu_id: '1', title: '发货区解绑', path: '/pages/SecondPhase/DeliveryUnbind'}
]}
]
}}
return res
}
export const twoPdaIvtQuery = (no, code) => {
let res = {
data: [{bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}]
data: [{bill_code: '1', bill_status: 'ljdjldj'}, {bill_code: '2'}, {bill_code: '3', bill_status: 'ljdjldj'}, {bill_code: '4'}, {bill_code: '5', bill_status: 'ljdjldj'}, {bill_code: '6'}, {bill_code: '7', bill_status: 'ljdjldj'}, {bill_code: '8'}, {bill_code: '9', bill_status: 'ljdjldj'}, {bill_code: '12', confirm_time: '2020-10-20'}]
}
return res
}