|
@@ -11,7 +11,7 @@
|
|
|
<view class="content_table">
|
|
<view class="content_table">
|
|
|
|
|
|
|
|
|
|
|
|
|
- <view class="item rx-sc" v-if="Object.prototype.hasOwnProperty.call(item, 'product')">
|
|
|
|
|
|
|
+ <view class="item rx-sc" v-if="Object.prototype.hasOwnProperty.call(item, 'product') && clientEnvironmentId != 3">
|
|
|
<view class="rx ">
|
|
<view class="rx ">
|
|
|
<view class="lable lable220 rx-cc ">投料数量</view>
|
|
<view class="lable lable220 rx-cc ">投料数量</view>
|
|
|
<view class="content">
|
|
<view class="content">
|
|
@@ -141,7 +141,9 @@
|
|
|
|
|
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
- notFormedList: []
|
|
|
|
|
|
|
+ notFormedList: [],
|
|
|
|
|
+ clientEnvironmentId: uni.getStorageSync("userInfo") && uni.getStorageSync("userInfo")
|
|
|
|
|
+ .clientEnvironmentId, // *1 主环境-601环境 2 soll-索尔环境 3 tg-碳谷环境
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|