yusijie
2024-10-14 e63e2d1d2b0354896dc6aaea0e3a13cdb25f7eed
WebTM/views/Éú²ú¹ÜÀí/Èռƻ®»ù´¡×ÊÁÏ/Gy_WorkWarehouseBill_Add.html
@@ -169,6 +169,7 @@
                , limit: 500 //每页默认显示的数量
                , cellMinWidth: 120
                , height: 'full-170'
                , totalRow: true
                , cols: [[ //表头
                    { type: 'checkbox', totalRowText: '合计行' }
                    , { type: 'numbers', title: '序号', totalRow: true }
@@ -338,7 +339,7 @@
                                , shift: 2 //弹出动画
                                , area: ["90%", "90%"] //窗体大小
                                , maxmin: true //设置最大最小按钮是否显示
                                , content: ["../../Baseset/基础资料/Gy_DepartmentList.html", "yes"]
                                , content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes']
                                , btn: ["确定", "取消"]
                                , btn1: function (index, laero) {
                                    //按钮一  çš„回调
@@ -351,8 +352,8 @@
                                    //更新表格缓存的数据
                                    obj.update({
                                        "HWorkShopID": checkStatus.data[0].HItemID
                                        , "HWorkShopNumber": checkStatus.data[0].HNumber
                                        , "HWorkShopName": checkStatus.data[0].HName
                                        , "HWorkShopNumber": checkStatus.data[0].部门代码
                                        , "HWorkShopName": checkStatus.data[0].部门名称
                                    })
                                    layer.close(index);//关闭弹窗
                                }