From 00034044e6abdf75257b7f06bdf4a3af9c930d19 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 24 Nov 2025 13:35:58 +0800 Subject: [PATCH] =?UTF-8?q?RFQ=20=E5=9F=BA=E4=BA=8E=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=B7=A5=E5=BA=8F=E5=88=9B=E5=BB=BA=E9=87=8C=E7=9A=84=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E6=9C=89=E9=97=AE=E9=A2=98=EF=BC=8C=E6=96=B0=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=9A=84=E7=89=A9=E6=96=99=E7=82=B9=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E7=BB=93=E6=9E=9C=E6=98=AF0=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E7=89=A9=E6=96=99=E7=9A=84=E5=B1=9E=E6=80=A7=E5=B7=B2?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=EF=BC=8C=E9=9C=80=E8=A6=81=E5=88=B0=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E9=87=8C=E5=86=8D=E7=82=B9=E4=B8=8B=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=89=8D=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/routing_create.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/modules/part/routing_create.vue b/src/views/modules/part/routing_create.vue index a295778..8558fe9 100644 --- a/src/views/modules/part/routing_create.vue +++ b/src/views/modules/part/routing_create.vue @@ -1900,6 +1900,17 @@ export default { typeFlag: data.rows.modalData.typeFlag, netWeight: data.rows.modalData.netWeight, } + let tempData = { + site: this.modalData.site, + buNo: this.modalData.buNo, + partNo: this.modalData.partNo, + routingType: this.modalData.routingType, + } + getRoutingInformationByPartNo(tempData).then(({data}) => { + if (data && data.code === 0) { + this.modalData.codeNo = data.rows.codeNo + } + }) this.detailDataList = data.rows.detailDataList this.detailData = data.rows.detailData this.subDetailList = [] @@ -2099,7 +2110,7 @@ export default { // 基于标准工序快速创建 createByStandardOperation () { if (this.detailData.alternativeNo === '' || this.detailData.alternativeNo == null) { - this.$message.warning('请先选择替代!') + this.$message.warning('请先点击保存!') return } this.standardOperationSelections = []