diff --git a/pages.json b/pages.json index 333251c..b9cced0 100644 --- a/pages.json +++ b/pages.json @@ -70,6 +70,16 @@ "style": { "navigationBarTitleText": "浏览文本" } + }, { + "path": "pages/work/yonghu/index", + "style": { + "navigationBarTitleText": "商务审批" + } + }, { + "path": "pages/work/yonghu/detail", + "style": { + "navigationBarTitleText": "商务审批详情" + } }], "tabBar": { "color": "#000000", diff --git a/pages/index.vue b/pages/index.vue index 4489eb5..e1b3cad 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -2,7 +2,7 @@ - Hello RuoYi + 大冢APS Ultra管理平台 diff --git a/pages/work/index.vue b/pages/work/index.vue index 4a339d5..eb94c39 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -15,10 +15,10 @@ - - + + - 用户管理 + 商务审批 @@ -91,7 +91,11 @@ } function changeGrid(e) { - proxy.$modal.showToast('模块建设中~') + // proxy.$modal.showToast('模块建设中~') + } + + function gotoshangwu(e) { + proxy.$tab.navigateTo('/pages/work/yonghu/index') } diff --git a/pages/work/yonghu/data.js b/pages/work/yonghu/data.js new file mode 100644 index 0000000..2464c2a --- /dev/null +++ b/pages/work/yonghu/data.js @@ -0,0 +1,49 @@ +// staticData.js +export const contractData = { + "total": 2, + "rows": [ + { + "saleid": 999822, + "adddate": "2025-08-20 09:05:26", + "contractcode": "Z-CQ-000120", + "contractmoney": 5767.4700, + "usernames": "重庆医药集团医贸药品有限公司", + "businessManagerName": "商务经理名字-西区", + "transport": "汽运", + "areaName": "重庆", + "warehouseName": "临安GSP库", + "companyName": "浙江大冢制药有限公司", + "stateText": "待商务审批", + "bigAreaName": "西区" + }, + { + "saleid": 999833, + "adddate": "2025-08-20 09:05:26", + "contractcode": "Z-CQ-000120", + "contractmoney": 5767.4700, + "usernames": "重庆医药集团医贸药品有限公司", + "businessManagerName": "商务经理名字-西区", + "transport": "汽运", + "areaName": "重庆", + "warehouseName": "临安GSP库", + "companyName": "浙江大冢制药有限公司", + "stateText": "待商务审批", + "bigAreaName": "西区" + }, + { + "saleid": 166314, + "adddate": "2025-07-08 15:09:20", + "contractcode": "G-SC-40861", + "contractmoney": 109296.0000, + "usernames": "国药集团西南医药有限公司", + "transport": "汽运", + "areaName": "四川", + "warehouseName": "广东三方(上药)", + "companyName": "广东大冢制药有限公司", + "stateText": "待商务审批", + "bigAreaName": "西区" + } + ], + "code": 200, + "msg": "查询成功" +}; \ No newline at end of file diff --git a/pages/work/yonghu/detail.vue b/pages/work/yonghu/detail.vue new file mode 100644 index 0000000..9783562 --- /dev/null +++ b/pages/work/yonghu/detail.vue @@ -0,0 +1,34 @@ + + + + + \ No newline at end of file diff --git a/pages/work/yonghu/index.vue b/pages/work/yonghu/index.vue new file mode 100644 index 0000000..13a24d2 --- /dev/null +++ b/pages/work/yonghu/index.vue @@ -0,0 +1,192 @@ + + + + + \ No newline at end of file diff --git a/static/logo.png b/static/logo.png index d4ebbf0..8d062bd 100644 Binary files a/static/logo.png and b/static/logo.png differ