From 21505641b9a66bbcb5114f4ed5e14d81078e8454 Mon Sep 17 00:00:00 2001 From: zhangsiyu Date: Tue, 26 Sep 2023 13:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 12 ++++++++++++ config/host.js | 2 +- pagesHome/pages/CustomerSign/CustomerSign.vue | 6 ++++++ unpackage/dist/dev/mp-weixin/api/user.js | 8 ++++++++ .../pagesHome/pages/CustomerSign/CustomerSign.js | 5 +++++ 5 files changed, 32 insertions(+), 1 deletion(-) diff --git a/api/user.js b/api/user.js index 81a3f2a..fec40b8 100644 --- a/api/user.js +++ b/api/user.js @@ -1296,4 +1296,16 @@ export function warehouseUpdownTypeorderUpshelfDetail(data) { method: "post", data }); +} +/** + * 查看订单详情 + * @param {Object} data + */ +export function dictbizdictionary(data) { + + return request({ + url: `blade-system/dict-biz/dictionary`, + method: "get", + data + }); } \ No newline at end of file diff --git a/config/host.js b/config/host.js index 9d1f31d..51bca7a 100644 --- a/config/host.js +++ b/config/host.js @@ -3,7 +3,7 @@ /** * 测试域名 * */ - //测试域名 +//测试域名 const devhost='http://test.api.huitongys.com/' // lmy // const devhost='http://192.168.10.123:8889/' diff --git a/pagesHome/pages/CustomerSign/CustomerSign.vue b/pagesHome/pages/CustomerSign/CustomerSign.vue index 748a0e8..1acd2cc 100644 --- a/pagesHome/pages/CustomerSign/CustomerSign.vue +++ b/pagesHome/pages/CustomerSign/CustomerSign.vue @@ -86,6 +86,7 @@ signforsignforack, signforpositioning, signforoneclick, + dictbizdictionary } from '@/api/user.js' import { onLoad, @@ -108,7 +109,12 @@ }) onShow(()=>{ initpage() + getconfig() }) + async function getconfig(){ + let res=await dictbizdictionary({code:'photo_type'}) + console.log(res); + } function gosetorice(item){ uni.navigateTo({ url:'/pagesHome/pages/SetPrice/SetPrice?reservationId='+details.id diff --git a/unpackage/dist/dev/mp-weixin/api/user.js b/unpackage/dist/dev/mp-weixin/api/user.js index 8b3af32..9ed5967 100644 --- a/unpackage/dist/dev/mp-weixin/api/user.js +++ b/unpackage/dist/dev/mp-weixin/api/user.js @@ -721,6 +721,13 @@ function warehouseUpdownTypeorderUpshelfDetail(data) { data }); } +function dictbizdictionary(data) { + return utils_request.service({ + url: `blade-system/dict-biz/dictionary`, + method: "get", + data + }); +} exports.AppPdaversiondetail = AppPdaversiondetail; exports.addvalueaddvalueInfo = addvalueaddvalueInfo; exports.addvaluegetAllPackageList = addvaluegetAllPackageList; @@ -744,6 +751,7 @@ exports.deliverystart = deliverystart; exports.deliveryvehicle = deliveryvehicle; exports.deliverywrap = deliverywrap; exports.deliverywrapIn = deliverywrapIn; +exports.dictbizdictionary = dictbizdictionary; exports.distributionStockupgetStockupArea = distributionStockupgetStockupArea; exports.distributionStockuplocationSelection = distributionStockuplocationSelection; exports.distributionStockuporderInfo = distributionStockuporderInfo; diff --git a/unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js b/unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js index c48bb9c..f52660d 100644 --- a/unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js +++ b/unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js @@ -33,7 +33,12 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({ }); common_vendor.onShow(() => { initpage(); + getconfig(); }); + async function getconfig() { + let res = await api_user.dictbizdictionary({ code: "photo_type" }); + console.log(res); + } function gosetorice(item) { common_vendor.index.navigateTo({ url: "/pagesHome/pages/SetPrice/SetPrice?reservationId=" + details.id + "&item=" + JSON.stringify(item)