From 3ccf32f224519ba7e1f38b8d5b0f4d1e7a8cffaf Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 27 十一月 2023 10:09:14 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/设备管理/Sb_EquipMaintainPlanBillEdit.html |   73 ++++++++++++++++++++++++++++++++++++
 1 files changed, 73 insertions(+), 0 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillEdit.html"
index 9321e4a..118338e 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipMaintainPlanBillEdit.html"
@@ -136,6 +136,7 @@
                             <ul class="layui-tab-title">
                                 <li class="layui-this">淇濆吇椤逛俊鎭�</li>
                                 <li>閰嶄欢淇℃伅</li>
+                                <li>淇濆吇璁″垝</li>
                             </ul>
                             <div class="layui-tab-content">
                                 <div class="layui-tab-item layui-show">
@@ -143,6 +144,10 @@
                                 </div>
                                 <div class="layui-tab-item">
                                     <table class="layui-hide" id="mainTable1" lay-filter="mainTable1"></table>
+                                </div>
+                                <div class="layui-tab-item">
+                                    <!--淇濆吇璁″垝-->
+                                    <table class="layui-hide" id="mainTable_plan" lay-filter="mainTable_plan"></table>
                                 </div>
                             </div>
                         </div>
@@ -212,6 +217,7 @@
             //鏌ヨ鏉′欢
             var option = [];//淇濆吇
             var option1 = [];//閰嶄欢
+            var option_plan = [];//璁″垝
             var sBillType = "3902";
             //var TabRow = { "HMaintainItemID": 0, "HMaintainItemNumber": " ", "HMaintainItem": " ", "HMaintainPart": " ", "HClaim": " ", "HManagerID": "0 ", "HManagerNumber": " ", "HManagerName": " ", "HRemark": " " };//淇濆吇
             //var TabRow1 = { "HMaterID": 0, "HMaterNumber": "", "HMaterName": "", "HUnitID": 0, "HUnitNumber": "", "HUnitName": "", "HManagerID": "0 ", "HManagerNumber": " ", "HManagerName": " ", "HQty": "", "HRemark": "" };//閰嶄欢
@@ -446,6 +452,7 @@
             function set_InitGrid() {
                 Table();  //淇濆吇椤瑰垪琛�
                 Table1();  //閰嶄欢椤瑰垪琛�
+                Table3(); //淇濆吇璁″垝
             }
             //鍒濆鍖栦繚鍏婚」鍒楄〃
             function Table() {
@@ -510,6 +517,33 @@
                     }
                 };
             }
+            //鍒濆鍖栦繚鍏昏鍒掑垪琛�
+            function Table3() {
+                //鐐规璁″垝
+                columns_plan = [
+                    { type: 'checkbox', fixed: 'left' }
+                    , { templet: '#xuhao', title: '搴忓彿', sort: true, event: "qwe" }
+                    , { field: 'HPlanDate', title: '璁″垝鏃ユ湡' }
+                    , { field: 'HPlanBeginTime', title: '璁″垝寮�濮嬫椂闂寸偣' }
+                    , { field: 'HPlanEndTime', title: '璁″垝缁撴潫鏃堕棿鐐�' }
+                    , { field: 'HRelationFlag', title: '鍏宠仈鏍囪' }
+                    , { field: 'DiffDate', title: '鐩稿樊闂撮殧' }
+                ];
+                option_plan = {
+                    id: 'mainTable_plan'
+                    , elem: '#mainTable_plan'
+                    , toolbar: '#toolbarDemo'
+                    , page: true
+                    , limit: 500
+                    , limits: [50, 200, 500, 1000, 3000]
+                    , cellMinWidth: 120
+                    , height: 500
+                    , cols: [columns_plan]
+                    , done: function (res, curr, count) {
+
+                    }
+                };
+            }
             //鏃犳簮鍗曟柊澧�
             function set_AddFNew() {
                 //鑾峰彇鏈�澶у崟鎹彿
@@ -545,8 +579,13 @@
                 set_EditGrid(linterid);  //缂栬緫鑾峰彇琛ㄤ綋
                 option.data = [{ "HMaintainItemID": 0, "HMaintainItemNumber": " ", "HMaintainItem": " ", "HMaintainPart": " ", "HClaim": " ", "HManagerID": "0 ", "HManagerNumber": " ", "HManagerName": " ", "HRemark": " " }];
                 table.render(option);
+
                 option1.data = [{ "HMaterID": 0, "HMaterNumber": "", "HMaterName": "", "HUnitID": 0, "HUnitNumber": "", "HUnitName": "", "HManagerID": "0 ", "HManagerNumber": " ", "HManagerName": " ", "HQty": "0", "HRemark": "" }];
                 table.render(option1);
+
+                set_EditGrid_Plan(linterid);  //缂栬緫鑾峰彇琛ㄤ綋--鐐规璁″垝
+                option.data = [{ "HPlanDate": "", "HPlanBeginTime": "", "HPlanEndTime": "", "HRelationFlag": "鏈偣妫�", "DiffDate": 0 }];
+                table.render(option_plan);
             }
             //缂栬緫鑾峰彇琛ㄥご
             function set_EditForm(linterid) {
@@ -669,6 +708,40 @@
                 })
             }
 
+            // 缂栬緫鑾峰彇琛ㄤ綋--鐐规璁″垝
+            function set_EditGrid_Plan(linterid) {
+                $("#HInterID").val(linterid);//淇敼鏃朵富琛↖D
+                //缂栬緫鍔犺浇鏁版嵁
+                $.ajax({
+                    url: GetWEBURL() + 'Sb_EquipMaintainPlanBill/GetPlanList',
+                    type: "GET",
+                    data: { "sqlWhere": "and hmainid=" + linterid },
+                    success: function (result) {
+                        if (result.count == 1) {
+                            var rowdata = [];
+                            var data = result.data;
+                            for (let i = 0; i < data.length; i++) {
+                                rowdata.push(
+                                    {
+                                        "HPlanDate": Pub_Format(data[i].璁″垝鏃ユ湡, "yyyy-MM-dd"), "HPlanBeginTime": Pub_Format(data[i].璁″垝寮�濮嬫椂闂寸偣, "yyyy-MM-dd hh:mm:ss"), "HPlanEndTime": Pub_Format(data[i].璁″垝缁撴潫鏃堕棿鐐�, "yyyy-MM-dd hh:mm:ss")
+                                        , "HRelationFlag": data[i].鍏宠仈鏍囪, "DiffDate": data[i].鐩稿樊闂撮殧
+                                    }
+                                )
+                            }
+
+                            option_plan.data = rowdata;
+                            table.render(option_plan);
+
+                        } else {
+                            layer.alert(result.code + result.Message, { icon: 5 });
+                        }
+                    }, error: function () {
+                        layer.close(index0);
+                        layer.alert("鎺ュ彛璇锋眰澶辫触!", { icon: 5 });
+                    }
+                });
+            }
+
             //鏃ユ湡鏍煎紡鍖�
             function formatDate(date) {
                 var d = new Date(date),

--
Gitblit v1.9.1