Parcourir la Source

商丘12345 BUG修改

miaofuhao il y a 6 ans
Parent
commit
f36ff55ac5

+ 1 - 1
WebUI/CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -164,7 +164,7 @@
164 164
                 </table>
165 165
                 <div class="btn_box">
166 166
                     <button class="btns BC">保存</button>
167
-                    <button class="btns SavedSubmit">保存并提交</button>
167
+                    <!--<button class="btns SavedSubmit">保存并提交</button>-->
168 168
                 </div>
169 169
 
170 170
             </div>

+ 1 - 1
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -761,7 +761,7 @@
761 761
                 btn: ['是', '否'] //按钮
762 762
             }, function () {
763 763
                 $.post(huayi.config.callcenter_url + 'WorkOrder/AuditWorkOrder ', {
764
-					workorderid: str,
764
+					ids: str,
765 765
 					"token": $.cookie("token")
766 766
 				}, function(result) {
767 767
 					result = JSON.parse(result);

+ 1 - 1
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html

@@ -150,7 +150,7 @@
150 150
                 </table>
151 151
                 <div class="btn_box">
152 152
                     <button class="btns BC">保存</button>
153
-                    <button class="btns SavedSubmit">保存并提交</button>
153
+                    <!--<button class="btns SavedSubmit">保存并提交</button>-->
154 154
                 </div>
155 155
 
156 156
             </div>

+ 2 - 0
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -549,6 +549,8 @@
549 549
 								$('.ZT').text("重办中");
550 550
 							} else if(State == 9) {
551 551
 								$('.ZT').text("已结案");
552
+							}else if(State == 10) {
553
+								$('.ZT').text("待审核");
552 554
 							}
553 555
 							//办理方式
554 556
 							if(CLFS == 0) {