|
@@ -86,7 +86,7 @@ function tui(goods_id, order_id, source_id, status, url)
|
|
|
{
|
|
|
var index = layer.confirm('确定进行此项操作吗?', function()
|
|
|
{
|
|
|
- $.getJSON(url, {order_goods_id:goods_id,order_id:order_id,type_id:source_id,type:13,status:status,desc:'厂家上报'}, function(t)
|
|
|
+ $.getJSON(url, {order_goods_id:goods_id,order_id:order_id,type_id:source_id,type:13,status:status,desc:'仓库上报'}, function(t)
|
|
|
{
|
|
|
msg(t);
|
|
|
})
|
|
@@ -95,9 +95,9 @@ function tui(goods_id, order_id, source_id, status, url)
|
|
|
|
|
|
function cancel(order_id, source_id, url)
|
|
|
{
|
|
|
- var index = layer.confirm('确定进行此项操作吗?', function()
|
|
|
+ var index = layer.confirm('确定要取消该订单吗?', function()
|
|
|
{
|
|
|
- $.getJSON(url, {order_id:order_id,type_id:source_id,type:13,desc:'厂家上报'}, function(t)
|
|
|
+ $.getJSON(url, {order_id:order_id,type_id:source_id,type:13,desc:'仓库上报'}, function(t)
|
|
|
{
|
|
|
msg(t);
|
|
|
})
|