lilei 1 năm trước cách đây
mục cha
commit
d989cc204e
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      App.vue
  2. 1 1
      pagesA/digitalShelf/choosePart.vue

+ 1 - 1
App.vue

@@ -1,7 +1,7 @@
 <script>
 	export default {
 		globalData: {
-			// baseUrl: 'http://192.168.2.103:7002/saas/clz/', // 本地
+			// baseUrl: 'http://192.168.2.103:9110/saas/clz/', // 本地
 			baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
 			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
 		},

+ 1 - 1
pagesA/digitalShelf/choosePart.vue

@@ -51,7 +51,7 @@
 										<view class="flex justify_between">
 											<view>
 												<text class="item-detail-text flex_1">{{item.code}}</text>
-												<u-tag v-if="item.affiliation=='SUPER_CATALOGUE' && commonPartCodeList.includes(item.code)" size="mini" style="margin-left: 5px;" text="通用" mode="light" shape="circle" type="success"></u-tag>
+												<u-tag v-if="commonPartCodeList.includes(item.code)" size="mini" style="margin-left: 5px;" text="通用" mode="light" shape="circle" type="success"></u-tag>
 											</view>
 											<text class="item-detail-text" v-if="item.affiliation=='SHELF'">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
 										</view>