From c02a3ebf5b4338710c4f9ae231d72cf591dfb97f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 11:28:04 +0800
Subject: [PATCH] 1.修改 批量派发 没绑定工艺路线的单子,显示在最前面
---
src/views/makeModel/meterPrice.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/makeModel/meterPrice.vue b/src/views/makeModel/meterPrice.vue
index f8c506f..b72ddba 100644
--- a/src/views/makeModel/meterPrice.vue
+++ b/src/views/makeModel/meterPrice.vue
@@ -273,7 +273,7 @@
:page.sync="form.page"
:limit.sync="form.rows"
align="right"
- layout="total,prev, pager, next,sizes"
+ layout="total,prev, pager, next,sizes,jumper"
popper-class="select_bottom"
@pagination="getBeatRateSearch"
/>
@@ -548,7 +548,7 @@
import TableColumnSettings from '@/components/TableColumnSettings'
export default {
- name: 'JPGJ',
+ name: 'MeterPrice',
components: {
Pagination, ImportPicker, TableColumnSettings
},
@@ -638,7 +638,7 @@
sortable: true
}, {
minWidth: false,
- width: 110,
+ width: 150,
prop: 'route_name',
label: '宸ヨ壓璺嚎',
id: 9,
@@ -648,16 +648,16 @@
}, {
minWidth: false,
width: 130,
- prop: 'stepcode',
+ prop: 'eqp_code',
label: '鍔犲伐宸ュ簭缂栫爜',
id: 10,
show: false,
fixed: false,
sortable: true
}, {
- minWidth: false,
- width: 110,
- prop: 'stepname',
+ minWidth: 110,
+ width: false,
+ prop: 'eqp_name',
label: '鍔犲伐璁惧',
id: 11,
show: true,
@@ -665,8 +665,8 @@
sortable: true
}, {
minWidth: false,
- width: 130,
- prop: 'eqp_code',
+ width: 150,
+ prop: 'stepcode',
label: '鍔犲伐璁惧缂栫爜',
id: 12,
show: false,
@@ -675,7 +675,7 @@
}, {
minWidth: 110,
width: false,
- prop: 'eqp_name',
+ prop: 'stepname',
label: '鍔犲伐宸ュ簭',
id: 13,
show: true,
@@ -711,7 +711,7 @@
}, {
minWidth: false,
width: 110,
- prop: 'cavity_qty',
+ prop: 'unprice',
label: '璁′欢鍗曚环',
id: 17,
show: true,
--
Gitblit v1.9.3