wtt
2025-11-26 18a09d1e4c70ff84fb7e01ab45f2a26dbb8b3ba5
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')";   //是否有不为开工开工状态、停工状态