Pārlūkot izejas kodu

查询数据 更换条件

longfenglin 1 gadu atpakaļ
vecāks
revīzija
c94bd1edfa

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

@@ -150,7 +150,7 @@
 
 
 						<view class="item  ww50">
-							<input class="uni-input content_num" v-model="it.sendCode" :disabled="isDetails"></input>
+							<input class="uni-input content_num" v-model="it.extInfo.sendCode" :disabled="isDetails"></input>
 						</view>
 
 

+ 6 - 3
pages/pda/workOrder/search/index.vue

@@ -426,13 +426,15 @@
 				if (this.isType == 'feed') {
 					params.ids = [1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 26, 9, 28]
 				} else if (this.isType == 'pick') {
-					params.ids = [1, 5, 7, 8, 10, 13, 14, 23, 26, 9, 28]
+					// params.ids = [1, 5, 7, 8, 10, 13, 14, 23, 26, 9, 28]
+					params.ids =[9, 23, 2, 1, 4, 14, 5, 8, 16, 13, 15, 6, 10, 22]
 				} else if (this.isType == 'job') {
 					params['ids'] = [4, 7]
 				} else if (this.isType == 'zdy') {
 					params['ids'] = JSON.parse(this.classIds);
 				} else if (this.isType == 'weiwai') {
-					params['ids'] = JSON.parse(this.classIds)
+					// params['ids'] = JSON.parse(this.classIds)
+					params['ids'] = [9, 23, 2, 1, 4, 14, 5, 8, 16, 13, 15, 6, 10, 22]
 				}
 
 
@@ -526,7 +528,8 @@
 					if(this.pid==3){
 						URL = categoryGetList
 					}else{
-						URL = assetPdaPage
+						// URL = assetPdaPage
+						URL = pageeLedgerMain
 					}
 					
 				}