From 88e9bfa5ad9d3399863f3c44a190649bdb161234 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 04 二月 2026 16:59:55 +0800
Subject: [PATCH] 进销存升级app: 1.App手动新增销售台账时,客户合同号输入框去掉 2.开票台账无法进行编辑删除操作 3.APP手动开票时,提示提交失败,请重试 4.采购台账中有多个产品时(处于待审核状态),删除其中一个产品后保存。点击此采购台账,产品信息还是会回显已删除的产品

---
 src/pages_qiun/static/json/user-operate/6.json |   88 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 88 insertions(+), 0 deletions(-)

diff --git a/src/pages_qiun/static/json/user-operate/6.json b/src/pages_qiun/static/json/user-operate/6.json
new file mode 100644
index 0000000..5de8216
--- /dev/null
+++ b/src/pages_qiun/static/json/user-operate/6.json
@@ -0,0 +1,88 @@
+{
+	"headers":[
+		{
+			"label": "鏈�杩戞椿璺冩椂闂�",
+			"key": "col1"
+		}, {
+			"label": "浜烘暟",
+			"key": "col2"
+		}, {
+			"label": "浜烘暟鍗犳瘮",
+			"key": "col3"
+		}, {
+			"label": "娲昏穬浼氬憳鐜瘮",
+			"key": "col4"
+		}, {
+			"label": "娲昏穬娑堣垂浜烘暟鍗犳瘮",
+			"key": "col5"
+		}
+	],
+	"contents":[
+		{
+			"col1": "0-30澶�",
+			"col2": "15350",
+			"col3": "45",
+			"col4": "9.5",
+			"col5": "29"
+		}, {
+			"col1": "30-60澶�",
+			"col2": "15350",
+			"col3": "13",
+			"col4": "-2.5",
+			"col5": "-25"
+		}, {
+			"col1": "60-90澶�",
+			"col2": "15371",
+			"col3": "15",
+			"col4": "-5.2",
+			"col5": "63"
+		}, {
+			"col1": "90-120澶�",
+			"col2": "12340",
+			"col3": "12",
+			"col4": "2.9",
+			"col5": "-12"
+		}, {
+			"col1": "120-180澶�",
+			"col2": "12360",
+			"col3": "17",
+			"col4": "3.5",
+			"col5": "11"
+		}
+	],
+	"sortCol":[
+		{
+		"key": "col1",
+		"isNumber": false
+		}, {
+			"key": "col2",
+			"isNumber": true
+		},
+		{
+			"key": "col3",
+			"isNumber": true
+		},
+		{
+			"key": "col4",
+			"isNumber": true
+		},
+		{
+			"key": "col5",
+			"isNumber": true
+		}
+	],
+	"computedCol":["col2","col3","col4","col5"],
+	"formatCol":[{
+		"key": "col3",
+		"template": "#col3#%",
+		"bottomComputedFormat": true
+	}, {
+		"key": "col4",
+		"template": "#col4#%",
+		"bottomComputedFormat": true
+	}, {
+		"key": "col5",
+		"template": "#col5#%",
+		"bottomComputedFormat": true
+	}]
+}
\ No newline at end of file

--
Gitblit v1.9.3