From aedf6514351e13235c7c4436c0233214928c1e0a Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Tue, 11 Jun 2024 10:05:50 +0800 Subject: [PATCH] =?UTF-8?q?1979=20=E6=9C=BA=E5=85=B7=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8E=82=E5=AE=B6=E4=BF=A1=E6=81=AF=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index f0574787..67853ba6 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -738,6 +738,7 @@ export default { const maId = row.maId || this.ids getMachine(maId).then((response) => { this.form = response.data + if (this.form.maVender) this.form.maVender = parseInt(this.form.maVender) this.open = true this.title = '编辑' })