From a1feec97d0f2fa9a1b6999fa7e10cd25a4195d84 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 22 三月 2024 15:44:48 +0800
Subject: [PATCH] 1
---
WebTM/views/应收管理/报表分析/Kf_SellOutEntryReport.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_SellOutEntryReport.html" "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_SellOutEntryReport.html"
index a125c27..675eaec 100644
--- "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_SellOutEntryReport.html"
+++ "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Kf_SellOutEntryReport.html"
@@ -105,7 +105,6 @@
, excel = layui.excel;
var option = [];
var sWhere = "";
- var ins; //鐢ㄤ簬瀵煎嚭excel
var HModName = "Kf_SellOutEntryReport";
//涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
var titleData = ["鏃ユ湡","HCusID","HMaterID","HEmpID"];
@@ -248,7 +247,7 @@
option.cols = [col];
option.data = data1.data;
- ins = table.render(option);
+ table.render(option);
//鍒锋柊鎸夐挳鏄剧ず
var btns = document.getElementsByTagName("button"); //鑾峰彇鏈〉鎵�鏈夋寜閽璞�
--
Gitblit v1.9.1