Browse Source

betweeen 改成between

intex_online20241111
zhang_li 3 weeks ago
parent
commit
f19349c402
  1. 1
      src/mycomponents/scan/winScanLocation.vue
  2. 2
      src/pages/count/job/countJob.vue
  3. 2
      src/pages/count/job/fuzzyCountJob.vue
  4. 2
      src/pages/customerReturn/job/returnJob.vue
  5. 2
      src/pages/customerReturn/record/recordList.vue
  6. 2
      src/pages/deliver/job/deliverJob.vue
  7. 2
      src/pages/inspect/job/inspectJob.vue
  8. 2
      src/pages/inventoryMove/coms/comMoveJob.vue
  9. 6
      src/pages/inventoryMove/coms/comMoveRecord.vue
  10. 4
      src/pages/inventoryMove/coms/okToHoldRecordPack.vue
  11. 2
      src/pages/inventoryMove/job/inventoryMoveJob.vue
  12. 2
      src/pages/issue/job/issueJob.vue
  13. 4
      src/pages/issue/job/issueJob0816.vue
  14. 2
      src/pages/itemHold/record/recordList.vue
  15. 2
      src/pages/package/job/overPackageJob.vue
  16. 2
      src/pages/productDismantle/job/productDismantleJob.vue
  17. 2
      src/pages/productPutaway/job/productPutawayJob.vue
  18. 2
      src/pages/productReceipt/job/ccProductReceiptJob.vue
  19. 2
      src/pages/productReceipt/job/completeReceiveJob.vue
  20. 2
      src/pages/productReceipt/job/productReceiptJob.vue
  21. 2
      src/pages/productReceipt/record/recordList.vue
  22. 2
      src/pages/productRecycle/job/productRecycleJob.vue
  23. 2
      src/pages/productionReceipt/job/productionReceiptJob.vue
  24. 2
      src/pages/productionReturn/job/holdToReturnJob.vue
  25. 2
      src/pages/productionReturn/job/okToReturnJob.vue
  26. 2
      src/pages/productionReturn/job/returnJob.vue
  27. 2
      src/pages/productionReturn/record/returnToHoldRecordList.vue
  28. 5
      src/pages/purchaseReceipt/job/receiptDetail.vue
  29. 2
      src/pages/purchaseReceipt/job/receiptJob.vue
  30. 2
      src/pages/purchaseReturn/job/returnJob.vue
  31. 2
      src/pages/purchaseReturn/job/returnJob_0904.vue
  32. 2
      src/pages/putaway/job/putawayJob.vue
  33. 2
      src/pages/putaway/job/quantityPutawayJob.vue
  34. 2
      src/pages/repleinsh/job/repleinshJob.vue
  35. 2
      src/pages/scrap/job/scrapJob.vue
  36. 2
      src/pages/stockUp/job/stockUpJob.vue
  37. 2
      src/pages/supplierDeliver/record/supplierDeliverRecord.vue
  38. 2
      src/pages/transfer/job/issueJob.vue
  39. 2
      src/pages/transfer/job/receiptJob.vue
  40. 2
      src/pages/unPlanned/job/issueJob.vue
  41. 2
      src/pages/unPlanned/job/receiptJob.vue

1
src/mycomponents/scan/winScanLocation.vue

@ -88,7 +88,6 @@
this.$refs.scan.clearScanValue(); this.$refs.scan.clearScanValue();
}, },
getScanResult(result) { getScanResult(result) {
uni.showLoading({ uni.showLoading({
title: '扫描中...', title: '扫描中...',
mask: true mask: true

2
src/pages/count/job/countJob.vue

@ -210,7 +210,7 @@
if (this.queryParams.creationTime) { if (this.queryParams.creationTime) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.queryParams.creationTime value: this.queryParams.creationTime
}) })
} }

2
src/pages/count/job/fuzzyCountJob.vue

@ -150,7 +150,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/customerReturn/job/returnJob.vue

@ -133,7 +133,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/customerReturn/record/recordList.vue

@ -147,7 +147,7 @@
if (this.queryParams.creationTime) { if (this.queryParams.creationTime) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.queryParams.creationTime value: this.queryParams.creationTime
}) })
} }

2
src/pages/deliver/job/deliverJob.vue

@ -139,7 +139,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/inspect/job/inspectJob.vue

@ -126,7 +126,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/inventoryMove/coms/comMoveJob.vue

@ -170,7 +170,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

6
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -35,7 +35,7 @@
<win-scan-button @goScan='openScanPopup'></win-scan-button> <win-scan-button @goScan='openScanPopup'></win-scan-button>
</view> </view>
<!-- 合格转隔离单独的弹窗--> <!-- 合格转隔离单独的弹窗-->
<okToHoldRecordPack ref="okToHoldRecordPackRef" :fromLocationCodeProps='fromLocationCode' :itemCodeProps='itemCode' :batchProps='batch' :showOnePop='showOnePop' @showFromLocationPopup='showFromLocationPopup' @itemCodeClick='openScanPopup' @confirm='okToHoldRecordPackConfirm'></okToHoldRecordPack> <okToHoldRecordPack ref="okToHoldRecordPackRef" :fromLocationCodeProps='fromLocationCode' :itemCodeProps='itemCode' :batchProps='batch' :showOnePop='showOnePop' @showFromLocationPopup='showFromLocationPopup' @itemCodeClick='openScanPopup' @confirm='okToHoldRecordPackConfirm' @fromLocationBlur='fromLocationBlur'></okToHoldRecordPack>
<win-scan-pack-and-location ref="scanPopup" @getResult='getScanResult' :title="'箱码'"> <win-scan-pack-and-location ref="scanPopup" @getResult='getScanResult' :title="'箱码'">
</win-scan-pack-and-location> </win-scan-pack-and-location>
<win-scan-location ref="scanFromLocationCode" title="来源库位" @getLocation='getFromLocation' <win-scan-location ref="scanFromLocationCode" title="来源库位" @getLocation='getFromLocation'
@ -476,7 +476,9 @@
} }
calcHandleQty(this.detailSource); calcHandleQty(this.detailSource);
}, },
fromLocationBlur(){
this.$refs.scanPopup.
},
showErrorMessage(message) { showErrorMessage(message) {
if (this.$refs.scanPopup) { if (this.$refs.scanPopup) {
this.$refs.scanPopup.packLoseFocus() this.$refs.scanPopup.packLoseFocus()

4
src/pages/inventoryMove/coms/okToHoldRecordPack.vue

@ -9,14 +9,14 @@
</view> </view>
<view class="item"> <view class="item">
<view class="label">来源库位</view> <view class="label">来源库位</view>
<view class="value">{{fromLocationCode}}</view> <view class="value"><u-input v-model="fromLocationCode" @blur="fromLocationBlur"></u-input></view>
<view class="searchIcon"> <view class="searchIcon">
<image src="/static/search.svg" mode="" @click="fromLocationClick"/> <image src="/static/search.svg" mode="" @click="fromLocationClick"/>
</view> </view>
</view> </view>
<view class="item"> <view class="item">
<view class="label">零件</view> <view class="label">零件</view>
<view class="value">{{itemCode}}</view> <view class="value"><u-input v-model="itemCode"></u-input></view>
<view class="searchIcon"> <view class="searchIcon">
<image src="/static/search.svg" mode="" @click="itemCodeClick"/> <image src="/static/search.svg" mode="" @click="itemCodeClick"/>
</view> </view>

2
src/pages/inventoryMove/job/inventoryMoveJob.vue

@ -119,7 +119,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/issue/job/issueJob.vue

@ -289,7 +289,7 @@
if (queryParams.creationTime ) { if (queryParams.creationTime ) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: queryParams.creationTime value: queryParams.creationTime
}) })
} }

4
src/pages/issue/job/issueJob0816.vue

@ -234,7 +234,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }
@ -333,7 +333,7 @@
// if (this.checkedToday) { // if (this.checkedToday) {
// filters.push({ // filters.push({
// column: "create_time", // column: "create_time",
// action: "betweeen", // action: "between",
// value: this.todayTime // value: this.todayTime
// }) // })
// } // }

2
src/pages/itemHold/record/recordList.vue

@ -146,7 +146,7 @@
if (this.queryParams.creationTime) { if (this.queryParams.creationTime) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.queryParams.creationTime value: this.queryParams.creationTime
}) })
} }

2
src/pages/package/job/overPackageJob.vue

@ -190,7 +190,7 @@
if (queryParams.creationTime ) { if (queryParams.creationTime ) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: queryParams.creationTime value: queryParams.creationTime
}) })
} }

2
src/pages/productDismantle/job/productDismantleJob.vue

@ -132,7 +132,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productPutaway/job/productPutawayJob.vue

@ -161,7 +161,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productReceipt/job/ccProductReceiptJob.vue

@ -152,7 +152,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productReceipt/job/completeReceiveJob.vue

@ -131,7 +131,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productReceipt/job/productReceiptJob.vue

@ -166,7 +166,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productReceipt/record/recordList.vue

@ -146,7 +146,7 @@
if (this.queryParams.creationTime) { if (this.queryParams.creationTime) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.queryParams.creationTime value: this.queryParams.creationTime
}) })
} }

2
src/pages/productRecycle/job/productRecycleJob.vue

@ -134,7 +134,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productionReceipt/job/productionReceiptJob.vue

@ -195,7 +195,7 @@
if (queryParams.creationTime) { if (queryParams.creationTime) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: queryParams.creationTime value: queryParams.creationTime
}) })
} }

2
src/pages/productionReturn/job/holdToReturnJob.vue

@ -135,7 +135,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productionReturn/job/okToReturnJob.vue

@ -135,7 +135,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productionReturn/job/returnJob.vue

@ -135,7 +135,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/productionReturn/record/returnToHoldRecordList.vue

@ -145,7 +145,7 @@
if (this.queryParams.creationTime) { if (this.queryParams.creationTime) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.queryParams.creationTime value: this.queryParams.creationTime
}) })
} }

5
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -289,8 +289,7 @@
getManagementPrecisions(itemCodes, that.jobToLocationCode, res => { getManagementPrecisions(itemCodes, that.jobToLocationCode, res => {
if (res.success) { if (res.success) {
this.managementList = res.list; this.managementList = res.list;
this.managementType = this.managementList.some(item => item.ManagementPrecision == this.managementType = this.managementList&& this.managementList[0]&& this.managementList[0].ManagementPrecision ? this.managementList[0].ManagementPrecision : 'BY_PACKAGING'
'BY_BATCH') ? 'BY_BATCH' : ''
} }
}) })
// if (uni.getStorageSync('purchaseReceiptDetailPointParams')) { // if (uni.getStorageSync('purchaseReceiptDetailPointParams')) {
@ -318,7 +317,7 @@
}, },
getScanResult(result) { getScanResult(result) {
this.balanceInfo = result.balance this.balanceInfo = result.balance
if(this.managementType == 'BY_BATCH'){ if(this.managementType == 'BY_BATCH' || this.managementType == 'BY_QUANTITY' ){
this.getScanResultAfterBatch(result) this.getScanResultAfterBatch(result)
}else{ }else{
this.getScanResultAfter(result) this.getScanResultAfter(result)

2
src/pages/purchaseReceipt/job/receiptJob.vue

@ -184,7 +184,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/purchaseReturn/job/returnJob.vue

@ -136,7 +136,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/purchaseReturn/job/returnJob_0904.vue

@ -134,7 +134,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/putaway/job/putawayJob.vue

@ -150,7 +150,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/putaway/job/quantityPutawayJob.vue

@ -274,7 +274,7 @@
if (queryParams.creationTime) { if (queryParams.creationTime) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: queryParams.creationTime value: queryParams.creationTime
}) })
} }

2
src/pages/repleinsh/job/repleinshJob.vue

@ -206,7 +206,7 @@
if (queryParams.creationTime ) { if (queryParams.creationTime ) {
filterParams.push({ filterParams.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: queryParams.creationTime value: queryParams.creationTime
}) })
} }

2
src/pages/scrap/job/scrapJob.vue

@ -130,7 +130,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/stockUp/job/stockUpJob.vue

@ -135,7 +135,7 @@ import {
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/supplierDeliver/record/supplierDeliverRecord.vue

@ -125,7 +125,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/transfer/job/issueJob.vue

@ -136,7 +136,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/transfer/job/receiptJob.vue

@ -134,7 +134,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/unPlanned/job/issueJob.vue

@ -137,7 +137,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

2
src/pages/unPlanned/job/receiptJob.vue

@ -126,7 +126,7 @@
if (this.checkedToday) { if (this.checkedToday) {
filters.push({ filters.push({
column: "create_time", column: "create_time",
action: "betweeen", action: "between",
value: this.todayTime value: this.todayTime
}) })
} }

Loading…
Cancel
Save