feat: app物供管理入口

property-only-app
wx-jincw 2 months ago
parent 6c3c8b3e66
commit bba4bf4985

@ -8,7 +8,7 @@
// | Author: CRMEB Team <admin@crmeb.com> // | Author: CRMEB Team <admin@crmeb.com>
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
//移动端商城API //移动端商城API
let domain = 'http://wangyi2.test.jiutianda.cn' let domain = 'http://crmebxcx.test.jiutianda.cn'
module.exports = { module.exports = {
// 请求域名 格式: https://您的域名 // 请求域名 格式: https://您的域名
@ -17,7 +17,7 @@ module.exports = {
// #ifdef MP // #ifdef MP
HTTP_REQUEST_URL: domain, HTTP_REQUEST_URL: domain,
// #endif // #endif
HTTP_ADMIN_URL:'http://wangyi2.test.jiutianda.cn', //PC后台的API请求地址上传图片用,影响h5上传头像 HTTP_ADMIN_URL:'http://crmeb.test.jiutianda.cn', //PC后台的API请求地址上传图片用,影响h5上传头像
// #ifdef H5 // #ifdef H5
//H5接口是浏览器地址 //H5接口是浏览器地址
// HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host, // HTTP_REQUEST_URL: window.location.protocol+"//"+window.location.host,

@ -49,6 +49,51 @@
</view> </view>
<view class="iconfont icon-xiangyou"></view> <view class="iconfont icon-xiangyou"></view>
</view> </view>
<!-- 供应链管理功能入口 -->
<view class='nav acea-row'>
<navigator class='item' url='/pages/supply_chain/traceability/index' hover-class='none'>
<view class='pictrue'>
<image src="/static/images/wg/wg_source.png"></image>
</view>
<view class="menu-txt">溯源信息</view>
</navigator>
<navigator class='item' url='/pages/supply_chain/evaluation/index' hover-class='none'>
<view class='pictrue'>
<image src="/static/images/stars1.png"></image>
</view>
<view class="menu-txt">满意度评价</view>
</navigator>
<navigator class='item' url='/pages/supply_chain/supply_query/index' hover-class='none'>
<view class='pictrue'>
<image src="/static/images/wg/wg_search.png"></image>
</view>
<view class="menu-txt">物供查询</view>
</navigator>
<navigator class='item' url='/pages/supply_chain/purchase/index' hover-class='none'>
<view class='pictrue'>
<image src="/static/images/wg/wg_buy.png"></image>
</view>
<view class="menu-txt">采购操作</view>
</navigator>
<navigator class='item' url='/pages/supply_chain/stock/index' hover-class='none'>
<view class='pictrue'>
<image src="/static/images/wg/wg_stock.png"></image>
</view>
<view class="menu-txt">库存查询</view>
</navigator>
<navigator class='item' url='/pages/supply_chain/approval/index' hover-class='none'>
<view class='pictrue'>
<image src="/static/images/wg/wg_audit.png"></image>
</view>
<view class="menu-txt">审批处理</view>
</navigator>
<navigator class='item' url='/pages/supply_chain/material_receipt/index' hover-class='none'>
<view class='pictrue'>
<image src="/static/images/wg/wg_get.png"></image>
</view>
<view class="menu-txt">物资领用</view>
</navigator>
</view>
<!-- menu --> <!-- menu -->
<view class='nav acea-row' v-if="menus.length"> <view class='nav acea-row' v-if="menus.length">
<block v-for="(item,index) in menus" :key="index"> <block v-for="(item,index) in menus" :key="index">
@ -66,6 +111,8 @@
</navigator> </navigator>
</block> </block>
</view> </view>
<!-- 优惠券 --> <!-- 优惠券 -->
<view class="couponIndex" v-if="couponList.length>0"> <view class="couponIndex" v-if="couponList.length>0">
<view class="acea-row" style="height: 100%;"> <view class="acea-row" style="height: 100%;">

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Loading…
Cancel
Save