From 7e9aed4d1d60a20c659a3cedeac94e05205cf2ea Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 19 三月 2024 09:00:25 +0800
Subject: [PATCH] 销售订单:编辑时是否取库存数据为否 问题解决
---
WebTM/views/设备管理/Sb_EquipDotCheckBillEdit.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html"
index 67cef8d..f4ebe73 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckBillEdit.html"
@@ -553,6 +553,7 @@
, elem: '#mainTable'
, toolbar: '#toolbarDemo'
, page: true
+ , limit: 100
, totalRow: true
, cellMinWidth: 120
, height: 500
--
Gitblit v1.9.1