From 5f1f3d58caf61d6d27a916d5ef244ac7725c3b19 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 28 四月 2023 15:05:51 +0800
Subject: [PATCH] 1.提交
---
src/views/zzmx/jpgj.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/views/zzmx/jpgj.vue b/src/views/zzmx/jpgj.vue
index 2656b6a..de97457 100644
--- a/src/views/zzmx/jpgj.vue
+++ b/src/views/zzmx/jpgj.vue
@@ -132,6 +132,7 @@
prop="partname"
label="浜у搧鍚嶇О"
min-width="200"
+ show-tooltip-when-overflow
sortable="custom"
/>
<el-table-column
@@ -618,17 +619,20 @@
this.form.routecode = ''
this.form.stepcode = ''
this.form.eqpcode = ''
+ this.search()
},
async routeChange(val) {
const { data: res } = await RouteSelectStep({ routecode: val })
this.stepArr = res
this.form.stepcode = ''
this.form.eqpcode = ''
+ this.search()
},
async stepChange(val) {
const { data: res } = await StepSelectEqp({ stepcode: val })
this.eqpArr = res
this.form.eqpcode = ''
+ this.search()
},
// 閲嶇疆
reset() {
@@ -696,7 +700,7 @@
},
// 淇濆瓨琛�
async saveRow(row) {
- if (parseFloat(row.unprice) <= 0) {
+ if (parseFloat(row.unprice) <= 0 && this.eqpTable.steptype !== 'W') {
return this.$message.info('璁′欢鍗曚环蹇呴』澶т簬闆讹紒')
}
const data = {
--
Gitblit v1.9.3