Browse Source

更新版本

lmy
zhangsiyu 2 years ago
parent
commit
21505641b9
  1. 12
      api/user.js
  2. 2
      config/host.js
  3. 6
      pagesHome/pages/CustomerSign/CustomerSign.vue
  4. 8
      unpackage/dist/dev/mp-weixin/api/user.js
  5. 5
      unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js

12
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
});
}

2
config/host.js

@ -3,7 +3,7 @@
/**
* 测试域名
* */
//测试域名
//测试域名
const devhost='http://test.api.huitongys.com/'
// lmy
// const devhost='http://192.168.10.123:8889/'

6
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

8
unpackage/dist/dev/mp-weixin/api/user.js vendored

@ -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;

5
unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js vendored

@ -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)

Loading…
Cancel
Save