From 67826a2c51bbc013db409dd1a5e29dd4ba52fd72 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 09:27:47 +0800
Subject: [PATCH] 初始化
---
src/main/webapp/static/js/waitPakin/waitPakin.js | 46 ----------------------------------------------
1 files changed, 0 insertions(+), 46 deletions(-)
diff --git a/src/main/webapp/static/js/waitPakin/waitPakin.js b/src/main/webapp/static/js/waitPakin/waitPakin.js
index 1cbf059..4027f58 100644
--- a/src/main/webapp/static/js/waitPakin/waitPakin.js
+++ b/src/main/webapp/static/js/waitPakin/waitPakin.js
@@ -169,34 +169,6 @@
});
}
break;
- case 'combData':
- layer.open({
- type: 2,
- title: '缁勬墭',
- maxmin: true,
- area: [top.detailWidth, top.detailHeight],
- content: 'waitPakin_comb.html',
- success: function(layero, index){
- layer.getChildFrame('#data-detail-submit-edit', index).hide();
- clearFormVal(layer.getChildFrame('#detail', index));
- layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"});
- }
- });
- break;
- case 'clampData':
- layer.open({
- type: 2,
- title: '骞舵澘',
- maxmin: true,
- area: [top.detailWidth, top.detailHeight],
- content: 'waitPakin_clamp.html',
- success: function(layero, index){
- layer.getChildFrame('#data-detail-submit-edit', index).hide();
- clearFormVal(layer.getChildFrame('#detail', index));
- layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"});
- }
- });
- break;
case 'exportData':
layer.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function(){
var titles=[];
@@ -363,24 +335,6 @@
return;
}
method("add");
- });
-
- // 鏁版嵁缁勬墭鍔ㄤ綔
- form.on('submit(comb)', function () {
- if (banMsg != null){
- layer.msg(banMsg);
- return;
- }
- method("comb");
- });
-
- // 鏁版嵁骞舵澘鍔ㄤ綔
- form.on('submit(clamp)', function () {
- if (banMsg != null){
- layer.msg(banMsg);
- return;
- }
- method("clamp");
});
// 鏁版嵁淇敼鍔ㄤ綔
--
Gitblit v1.9.1