From 63e25dff30405529873285068c942fd62b9a34fc Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Sat, 16 Nov 2024 16:55:31 +0800
Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
js/accessory/pro_count_list.js | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/js/accessory/pro_count_list.js b/js/accessory/pro_count_list.js
index 201c41d..91aa774 100644
--- a/js/accessory/pro_count_list.js
+++ b/js/accessory/pro_count_list.js
@@ -71,7 +71,7 @@ function initTable() {
cols: [
[
{
- width: '6.9%',
+ width: '11.9%',
title: "序号",
align: "center",
templet: function (d) {
@@ -80,7 +80,7 @@ function initTable() {
},
{
field: "proName",
- width: '15%',
+ width: '20%',
title: "工程名称",
unresize: true,
align: "center",
@@ -115,16 +115,6 @@ function initTable() {
return '' + setNullNumValue(d.lydNum) + '';
},
},
- {
- field: "allPrice",
- width: '10%',
- title: "配件退回单数量",
- unresize: true,
- align: "center",
- templet: function (d) {
- return '1';
- },
- },
{
field: "remark",
width: '15%',