1.0

parent 3385ba7a
......@@ -8,7 +8,7 @@
})
},
tableList:function (page) {
var res = ajax_push(URL_YUNXIN + '/api/ApiAbnormalDetail',{'p':page,'abnormal_id':$("#abnormal_id").val()})
var res = ajax_push( '/api/ApiAbnormalDetail',{'p':page,'abnormal_id':$("#abnormal_id").val()})
if (res.code == 0) {
var other = res.other;
$(".abnormal_sn").html(other.abnormal_sn);
......
......@@ -8,7 +8,7 @@
})
},
tableList:function (page) {
var res = ajax_push(URL_YUNXIN + '/api/ApiOrderDetail',{'p':page,'order_id':$("#order_id").val()})
var res = ajax_push( '/api/ApiOrderDetail',{'p':page,'order_id':$("#order_id").val()})
if (res.code == 0) {
var other = res.other;
$(".order_sn").html(other.order_sn);
......
......@@ -23,7 +23,7 @@
<option value="-10">已取消</option>
<option value="-2">处理中</option>
<option value="6">部分收货</option>
<option value="10" selected="">完全收货</option>
<option value="10">完全收货</option>
</select>
</div>
<div class="lineBlock input-inline va-m">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment