Commit e7181a13 by liangjianmin

入库单--寄售入库--质检以及相关操作优化

parent 7c692d87
Showing with 9 additions and 9 deletions
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
<!-- 底部操作栏 --> <!-- 底部操作栏 -->
<view class="fix-btn row verCenter"> <view class="fix-btn row verCenter">
<!--深圳自营和--> <!--深圳自营和-->
<template v-if="warehouse_id == 9"> <template v-if="warehouse_id == 9 || warehouse_id == 16">
<!-- 有标准包装量 --> <!-- 有标准包装量 -->
<template v-if="detail.mpq"> <template v-if="detail.mpq">
<view class="btn1 row rowCenter verCenter" @click="toggle(1)" style="width: 25%;"> <view class="btn1 row rowCenter verCenter" @click="toggle(1)" style="width: 25%;">
......
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统 const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统 const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统 const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统 const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统 // const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统 // const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统 // const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统 // const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API = { const API = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment