ysy 1 год назад
Родитель
Сommit
32fe14a9ff
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 1
      pages/pda/jobBooking/components/packingTgBom.vue
  2. 2 1
      pages/pda/workOrder/search/index.vue

+ 1 - 1
pages/pda/jobBooking/components/packingTgBom.vue

@@ -92,7 +92,7 @@
 			<view class="content_table2">
 			<view class="content_table2">
 				<view class="head row rx-sc">
 				<view class="head row rx-sc">
 					<view class="item ww25">工序重量{{it.extInfo.weightUnit}}</view>
 					<view class="item ww25">工序重量{{it.extInfo.weightUnit}}</view>
-					<view class="item ww25">处置kg</view>
+					<view class="item ww25">处置</view>
 
 
 					<view class="item ww50">
 					<view class="item ww50">
 						发货(包装)码
 						发货(包装)码

+ 2 - 1
pages/pda/workOrder/search/index.vue

@@ -506,8 +506,9 @@
 				}
 				}
 
 
 				URL(param).then(res => {
 				URL(param).then(res => {
+				
 					if (this.rootCategoryLevelId == '11') {
 					if (this.rootCategoryLevelId == '11') {
-
+               
 						res.list.forEach(e => {
 						res.list.forEach(e => {
 							if (e.aridRegionList && e.aridRegionList.length != 0) {
 							if (e.aridRegionList && e.aridRegionList.length != 0) {
 								e.aridRegionList.map(i => {
 								e.aridRegionList.map(i => {