diff --git a/src/views/modules/orderIssure/newSoIssueNotify.vue b/src/views/modules/orderIssure/newSoIssueNotify.vue index 8c50c29..ddad024 100644 --- a/src/views/modules/orderIssure/newSoIssueNotify.vue +++ b/src/views/modules/orderIssure/newSoIssueNotify.vue @@ -1326,11 +1326,11 @@ export default { // return false // } let row = this.notifyOrderData - console.log("row",row); + console.log("row",row,this.dataList); if (this.dataList.length > 0) { let stop = false for (let i = 0; i < this.dataList.length; i++) { - if (this.dataList[i].orderNo == row.orderNo&& + if (this.dataList[i].soorderNo == row.orderNo&& this.dataList[i].releaseNo == row.releaseNo&& this.dataList[i].sequenceNo == row.sequenceNo) { stop = true @@ -1423,6 +1423,10 @@ export default { this.sobomList = data.rows for (let i = 0; i < this.sobomList.length; i++) { this.sobomList[i].itemNo = inData.itemNo + /* if(!this.sobomList[i].qtyToIssue){ + this.$set(this.sobomList[i], 'qtyToIssue', this.sobomList[i].qtyRequired) + } */ + } } }) diff --git a/src/views/modules/orderIssure/searchIssureNotify.vue b/src/views/modules/orderIssure/searchIssureNotify.vue index 3de25c0..262cc09 100644 --- a/src/views/modules/orderIssure/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/searchIssureNotify.vue @@ -8,6 +8,9 @@ + + + @@ -405,7 +408,10 @@ issueResult: '', startDate: this.dayjs().format("YYYY-MM-DD"), endDate: this.dayjs().format("YYYY-MM-DD"), + issueStartDate:this.dayjs().format("YYYY-MM-DD"), + issueEndDate: this.dayjs().format("YYYY-MM-DD")+" 23:59:59", sql: "", + orderNo: "", }, notifyData:{ site: '',