1
wangyi
2025-11-27 507b6e126c00f0c32f91ec5662bdbc1949d946a5
WebTM/views/IpadIndex.html
@@ -1665,6 +1665,12 @@
        function WorkStaus(HSourceID1, workcode, HSourceInterID, btn) {
            var flag = false;
            var sWhere = "";    //后续在存储过程加控制  方法是 h_p_IpadIndexButton
            sWhere = {
                HSourceID: HSourceID1
                , HICMOBillNo: workcode
                , HInterID: HSourceInterID
                , type: btn
            }
            //switch (btn) {
            //    case "开工":
            //        sWhere = " where HSourceID='" + HSourceID1 + "' and HICMOBillNo='" + workcode + "' and HInterID='" + HSourceInterID + "' and hicmostatus not in('0','2')";   //是否有不为开工开工状态、停工状态