From 252e65f5c02e7007f7f89c4eeda0c6d94052f82e Mon Sep 17 00:00:00 2001 From: Zhao Qiqi <1287235164@qq.com> Date: Mon, 11 Jul 2022 13:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E6=9F=A5=E8=AF=A2--=E8=BD=A6?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE--=E6=8E=92=E4=BA=A7=E5=86=85?= =?UTF-8?q?=E9=83=A8=E6=8C=87=E5=AF=BC=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chexingchaxun/modelinquire/productionschedulingorder.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/productionschedulingorder.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/productionschedulingorder.vue index 6c9f587cba..ad3fc6ff4d 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/productionschedulingorder.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/chexingchaxun/modelinquire/productionschedulingorder.vue @@ -196,11 +196,9 @@ export default { this.modelConfigSid = row.sid this.basiclist.modelName = name this.basiclist.configName = row.configName - this.basiclist.guidedPrice = row.guidedPrice + this.basiclist.guidedPrice = row.price this.listQuery.params.modelSid = sid this.listQuery.params.configSid = row.configSid - console.log('排产this.listQuery',this.listQuery) - console.log('排产row',row) this.Dictionary() this.getList() },