From 7b74d79563d7be802047dde077e4278ced920326 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Thu, 30 Oct 2025 10:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E7=94=B3=E8=AF=B7=E5=8D=95?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/orderIssure/newSoIssueNotify.vue | 8 ++++++-- src/views/modules/orderIssure/searchIssureNotify.vue | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) 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: '',