diff --git a/pages.json b/pages.json index 80bd26c..715f417 100644 --- a/pages.json +++ b/pages.json @@ -118,6 +118,15 @@ "navigationBarTextStyle": "white" } + }, { + "path": "pages/logistics/post", + "style": { + "navigationBarTitleText": "驿站", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#0122C7", + "navigationBarTextStyle": "white" + } + }, { "path": "pages/updatePasswprd/updatePasswprd", "style": { diff --git a/pages/logistics/deliveryDetil.vue b/pages/logistics/deliveryDetil.vue index 7536adc..1ae824a 100644 --- a/pages/logistics/deliveryDetil.vue +++ b/pages/logistics/deliveryDetil.vue @@ -7,7 +7,6 @@ - diff --git a/pages/logistics/post.vue b/pages/logistics/post.vue new file mode 100644 index 0000000..792ac79 --- /dev/null +++ b/pages/logistics/post.vue @@ -0,0 +1,48 @@ + + + + + \ No newline at end of file diff --git a/static/img/home/GDZZ.png b/static/img/home/GDZZ.png new file mode 100644 index 0000000..fb8531a Binary files /dev/null and b/static/img/home/GDZZ.png differ diff --git a/static/server/server.js b/static/server/server.js index 4828e02..ab8195c 100644 --- a/static/server/server.js +++ b/static/server/server.js @@ -187,93 +187,98 @@ export const quickLink = [{ ] // oaHOme快速入口数据 -export const oaHomeData = [ - { - text: '公司信息', - icon: '../../static/img/home/GSXX.png', - url: '/subpkg/companyInfo/companyInfo', - admin: true - }, - { - text: '人员管理', - icon: '../../static/img/home/RYGL.png', - url: '/subpkg/personnel/personnel', - admin: true - }, - { - text: '固定资产', - icon: '../../static/img/home/GDZC.png', - url: '/subpkg/fixedAssets/fixedAssets', - admin: true - }, - { - text: '合同管理', - icon: '../../static/img/home/HTGL.png', - url: '/subpkg/contract/contract' - }, - // { - // text: '公司管理', - // icon: '../../static/img/home/GSXX.png', - // url: '/subpkg/companyAdmin/companyAdmin', - // admin: true - // }, - { - text: '任务管理', - icon: '../../static/img/home/RWGL.png', - url: '/subpkg/taskAdmin/taskAdmin', - }, - { - text: '档案管理', - icon: '../../static/img/home/DAGL.png', - url: '/subpkg/captain/captain', - admin: true - }, - { - text: '档案管理', - icon: '../../static/img/home/DAGL.png', - url: '/subpkg/archives/archives', - captain: true - }, - // { - // text: '片区经理', - // icon: '../../static/img/home/GRCW.png', - // url: '/pages/oaManager/oaManager', - // admin: true - // }, - { - text: '个人财务', - icon: '../../static/img/home/GRCW.png', - url: '/subpkg/finance/finance' - }, - // { - // text: '出差申请', - // icon: prefix + 'oa/ccsq@2x.png' - // }, - // { - // text: '外出申请', - // icon: prefix + 'oa/wcsq@2x.png' - // }, - // { - // text: '采购申请', - // icon: prefix + 'oa/cgsq@2x.png' - // }, - // { - // text: '物品维修', - // icon: prefix + 'oa/bxsq@2x.png' - // }, - // { - // text: '用章申请', - // icon: prefix + 'oa/yzsq@2x.png' - // }, - // { - // text: '报销申请', - // icon: prefix + 'oa/gengduo@2x.png' - // }, - { - text: '更多', - icon: prefix + 'oa/wpwx@2x.png', - url: '/pages/views/application' - } +export const oaHomeData = [{ + text: '公司信息', + icon: '../../static/img/home/GSXX.png', + url: '/subpkg/companyInfo/companyInfo', + admin: true + }, + { + text: '人员管理', + icon: '../../static/img/home/RYGL.png', + url: '/subpkg/personnel/personnel', + admin: true + }, + { + text: '固定资产', + icon: '../../static/img/home/GDZZ.png', + url: '/subpkg/property/index', + admin: true + }, + { + text: '合同管理', + icon: '../../static/img/home/HTGL.png', + url: '/subpkg/contract/contract' + }, + // { + // text: '公司管理', + // icon: '../../static/img/home/GSXX.png', + // url: '/subpkg/companyAdmin/companyAdmin', + // admin: true + // }, + { + text: '任务管理', + icon: '../../static/img/home/RWGL.png', + url: '/subpkg/taskAdmin/taskAdmin', + }, + { + text: '档案管理', + icon: '../../static/img/home/DAGL.png', + url: '/subpkg/captain/captain', + admin: true + }, + { + text: '档案管理', + icon: '../../static/img/home/DAGL.png', + url: '/subpkg/archives/archives', + captain: true + }, + // { + // text: '片区经理', + // icon: '../../static/img/home/GRCW.png', + // url: '/pages/oaManager/oaManager', + // admin: true + // }, + { + text: '个人财务', + icon: '../../static/img/home/GRCW.png', + url: '/subpkg/finance/finance' + }, + { + text: '驿站', + icon: '../../static/img/home/GRCW.png', + url: '/subpkg/finance/finance', + // captain: true + }, + // { + // text: '出差申请', + // icon: prefix + 'oa/ccsq@2x.png' + // }, + // { + // text: '外出申请', + // icon: prefix + 'oa/wcsq@2x.png' + // }, + // { + // text: '采购申请', + // icon: prefix + 'oa/cgsq@2x.png' + // }, + // { + // text: '物品维修', + // icon: prefix + 'oa/bxsq@2x.png' + // }, + // { + // text: '用章申请', + // icon: prefix + 'oa/yzsq@2x.png' + // }, + // { + // text: '报销申请', + // icon: prefix + 'oa/gengduo@2x.png' + // }, + { + text: '更多', + icon: prefix + 'oa/wpwx@2x.png', + url: '/pages/views/application' + } ] /**