wtt
2025-03-12 7c92d0185e478029308fe3e22e74ee331d57464a
WebTM/views/¼Æ»®¹ÜÀí/¹¤ÒÕ·Ïß/Gy_RoutingBillWorkQty.html
@@ -119,7 +119,7 @@
        var option = [];
        var rowdata = [{
            "HInterID": HBillInterID, "HEntryID": HBillEntryID, "HSourceID": 0, "HSourceNumber": "", "HSourceName": ""
            , "HWorkQty_Source": "", "HEntryStdEmpQty": "", "HEntryStdEmpAvg": "", "HSortNum": "", "HRemark": ""
            , "HWorkQty_Source": "0", "HEntryStdEmpQty": "0", "HEntryStdEmpAvg": "0", "HSortNum": "0", "HRemark": ""
        }];
        //#endregion
@@ -149,7 +149,7 @@
            //新增行表格数据
            var NewRow = {
                "HInterID": HBillInterID, "HEntryID": HBillEntryID, "HSourceID": 0, "HSourceNumber": "", "HSourceName": ""
                , "HWorkQty_Source": "", "HEntryStdEmpQty": "", "HEntryStdEmpAvg": "", "HSortNum": "", "HRemark": ""
                , "HWorkQty_Source": 0, "HEntryStdEmpQty": 0, "HEntryStdEmpAvg": 0, "HSortNum": 0, "HRemark": ""
            };
            switch (obj.event) {