diff --git a/pages.json b/pages.json index 4bd25ac..8e05fe3 100644 --- a/pages.json +++ b/pages.json @@ -387,6 +387,20 @@ "disableScroll": true } + }, + { + "path" : "pages/yuangongindex/procurement", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/yuangongindex/detIlspro", + "style" : + { + "navigationBarTitleText" : "" + } } ], "globalStyle": { diff --git a/pages/login/threeselectone.vue b/pages/login/threeselectone.vue index 46f1251..b9bb820 100644 --- a/pages/login/threeselectone.vue +++ b/pages/login/threeselectone.vue @@ -68,14 +68,14 @@ - 供应商端 + 供应商入驻 智优采购流程、精准匹配需求,稳供优质生活及医疗物资,降本增效双向赋能,携手合作共赢,全方位提升护理单元物资保障质效! - 供应商进入 + 供应商端 diff --git a/pages/login/xuanchuan.vue b/pages/login/xuanchuan.vue index 574dc16..0fd9a87 100644 --- a/pages/login/xuanchuan.vue +++ b/pages/login/xuanchuan.vue @@ -53,11 +53,28 @@ + + + + + + + 供应商 + + + + + +   智优采购流程、精准匹配需求,稳供优质生活及医疗物资,降本增效,双向赋能,携手合作共赢 ,全方位提升护理单元物资保障质效! + + + + - - + + - + 进入护理单元 diff --git a/pages/supplierindex/index.vue b/pages/supplierindex/index.vue index ab7526e..e6fb6c1 100644 --- a/pages/supplierindex/index.vue +++ b/pages/supplierindex/index.vue @@ -262,7 +262,7 @@ } const jumpother = () => { uni.navigateTo({ - url: "/pages/yuangongindex/workjoin" + url: "/pages/yuangongindex/procurement" }) } @@ -445,7 +445,7 @@ const menuArray = ref([]) const loadingData = () => { getSuppliersOrgInfo().then(res => { - // console.log("res1111", res.result.records) + console.log(res) menuArray.value = [] res.result.records.forEach((element) => { menuArray.value.push(element) @@ -453,6 +453,7 @@ menuArray.value.push({ applyStatus: `-1` }) + uni.setStorageSync("serverUrl2", res.result.records[0].serverUrl) }) // getMessageList().then(res => { // console.log("special", res) @@ -507,7 +508,7 @@ hong.value = res.result; } }) - }) + }) onPullDownRefresh(() => { loadingData(); isRead().then(res => { diff --git a/pages/yuangongindex/api.js b/pages/yuangongindex/api.js index e2c933d..865eaa0 100644 --- a/pages/yuangongindex/api.js +++ b/pages/yuangongindex/api.js @@ -79,4 +79,10 @@ export function upRead(data){ method: 'post', data, }) -} \ No newline at end of file +} +export function getCgdListByGysId(data){ + return request({ + url: `/api/pad/invoicing/getCgdListByGysId?gysId=${data.gysId}&cgdType=${data.cgdType}`, + method: 'get', + }) +} diff --git a/pages/yuangongindex/detIlspro.vue b/pages/yuangongindex/detIlspro.vue new file mode 100644 index 0000000..8c78338 --- /dev/null +++ b/pages/yuangongindex/detIlspro.vue @@ -0,0 +1,358 @@ + + + + + + \ No newline at end of file diff --git a/pages/yuangongindex/procurement.vue b/pages/yuangongindex/procurement.vue new file mode 100644 index 0000000..5bf4741 --- /dev/null +++ b/pages/yuangongindex/procurement.vue @@ -0,0 +1,267 @@ + + + + + + \ No newline at end of file