From 1c703617885275090d69c697e82e61f4940c0bdc Mon Sep 17 00:00:00 2001 From: yyt <306727702@qq.com> Date: 星期二, 28 五月 2024 14:20:29 +0800 Subject: [PATCH] 380新产品,优化 --- jcdm-ui/src/views/main/om/productionOrde/detail.vue | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/jcdm-ui/src/views/main/om/productionOrde/detail.vue b/jcdm-ui/src/views/main/om/productionOrde/detail.vue index 6bb028e..5d24ee3 100644 --- a/jcdm-ui/src/views/main/om/productionOrde/detail.vue +++ b/jcdm-ui/src/views/main/om/productionOrde/detail.vue @@ -10,8 +10,6 @@ placeholder="璇锋壂鎻忕浣撶爜" /> </el-form-item> -<!-- <el-button size="large" type="primary" >涓婄嚎</el-button>--> -<!-- <el-button size="large" type="danger">涓嬬嚎</el-button>--> <el-button size="large" type="info" @click="refresh">杩斿洖</el-button> </el-form> </el-card> @@ -126,20 +124,16 @@ this.$refs.inputdata.value = '' this.scannerFlag = false } - console.log('+++++++++++++++=++++++',event) const input = event.target const inputValue = input.value this.queryParams.productionNotice = inputValue - console.log('----------------------',this.queryParams.productionNotice) if (event.key === 'Enter'){ this.scannerFlag = true //鎵弿瀹屾垚 engineNoIsInModel({engineNo:this.queryParams.productionNotice, model:this.singleSelect.typeZ,orderNo:this.singleSelect.workOrderNo }).then(res => { - console.log('rerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrs----',res) if (res.data===500){ - console.log('====---===') this.$message({ message:res.msg, type:'warning' @@ -156,9 +150,7 @@ }, //鏌ヨ鍒楄〃 getListData(){ - console.log('this.queryParams.workOrderNo',this.singleSelect.workOrderNo) this.queryParams.orderNo = this.singleSelect.workOrderNo - console.log('this.queryParams',this.queryParams) listOrderScheduling3(this.queryParams).then(res => { this.orderSchedulingList = res.rows this.total = res.total @@ -172,7 +164,6 @@ } }, mounted() { - console.log('singleSelect111',this.singleSelect) this.getListData() this.setFocus() this.$refs.inputdata.addEventListener('keydown',this.handleScannerInput) -- Gitblit v1.9.3