Browse Source

修改计划报工查询单据号

hella_online_20240821
lijuncheng 1 month ago
parent
commit
cfd75ddf93
  1. 4
      src/manifest.json
  2. 20
      src/pages/fg/receiptByPlan.vue

4
src/manifest.json

@ -3,8 +3,8 @@
"package" : "uni.UNI43932FE",
"appid" : "__UNI__C9CF4BF",
"description" : "",
"versionName" : "1.0.66",
"versionCode" : 66,
"versionName" : "1.0.67",
"versionCode" : 67,
"transformPx" : false,
/* 5+App */
"app-plus" : {

20
src/pages/fg/receiptByPlan.vue

@ -132,7 +132,9 @@
import {
Exception
} from 'sass';
import { nextTick } from 'vue';
import {
nextTick
} from 'vue';
export default {
components: {
@ -333,21 +335,16 @@ import { nextTick } from 'vue';
var queryParams = {
filters: [{
column: "plan_type",
action: "==",
value: "assemble"
},
{
column: "number",
action: "==",
value: this.dataContent.planNumber
}
],
}],
pageNo: 1,
pageSize: 100,
}
let isAllSubmit = Number(Number(this.dataContent.goodQty)+ Number(this.showList.length))==Number(this.dataContent.planQty)
let isAllSubmit = Number(Number(this.dataContent.goodQty) + Number(this.showList.length)) ==
Number(this.dataContent.planQty)
var planeInfo = await getPlanByNumber(queryParams);
if (planeInfo.data && planeInfo.data.list.length > 0) {
@ -469,7 +466,8 @@ import { nextTick } from 'vue';
// this.dataContent.handleQty = this.allList.length;
// dataContent.noGoodQty
if (this.dataContent.handleQty == this.dataContent.packQty || (this.dataContent.noGoodQty<this.dataContent.packQty&&this.dataContent.handleQty == this.dataContent.noGoodQty)) {
if (this.dataContent.handleQty == this.dataContent.packQty || (this.dataContent.noGoodQty < this
.dataContent.packQty && this.dataContent.handleQty == this.dataContent.noGoodQty)) {
if (this.$refs.scanPopup) {
this.$refs.scanPopup.closeScanPopup();
}
@ -555,8 +553,6 @@ import { nextTick } from 'vue';
</script>
<style scoped lang="scss">
.item {
background-color: #fff;
}

Loading…
Cancel
Save