|
@@ -149,7 +149,30 @@ $(this).find('td:eq(10)').css("width","15%");
|
|
|
var dataurl = "/returngoods/checkdata";
|
|
|
|
|
|
function mastercheck(that){
|
|
|
- let id = $(that).data("id");
|
|
|
+ let select_id = $(that).data("id");
|
|
|
+
|
|
|
+ layx.confirm('<span style="font-size:18px">提示</span>','<b style="font-size:18px">确定此单满足审核条件?<b>',null,{
|
|
|
+ buttons:[
|
|
|
+ {
|
|
|
+ label:'确定',
|
|
|
+ callback:function(id, button, event){
|
|
|
+
|
|
|
+ layx.destroy(id);
|
|
|
+ fuzhushenhe(select_id)
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label:'取消',
|
|
|
+ callback:function(id, button, event){
|
|
|
+ layx.destroy(id);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ });
|
|
|
+
|
|
|
+}
|
|
|
+//辅助审核函数
|
|
|
+function fuzhushenhe(id){
|
|
|
$.ajax({
|
|
|
url:"/returngoods/do_first_phase/"+id+"/6",
|
|
|
data:{},
|