Commit 5a4444fd authored by 黄奎's avatar 黄奎

页面修改

parent 8be1417c
...@@ -219,12 +219,15 @@ ...@@ -219,12 +219,15 @@
var tipMsg = "是否要取消【" + (item.DMCNum ? item.DMCNum : item.TCNUM) + "】此车订单?" var tipMsg = "是否要取消【" + (item.DMCNum ? item.DMCNum : item.TCNUM) + "】此车订单?"
that.Confirm(tipMsg, function () { that.Confirm(tipMsg, function () {
var orderMsg = { var orderMsg = {
MainId: item.MainId, //MainId: item.MainId,
OrderId:item.OrderId,
CancelRemark: 'ERP取消车订单' CancelRemark: 'ERP取消车订单'
}; };
that.loading = true; that.loading = true;
that.loadingText = "正在取消数据..."; that.loadingText = "正在取消数据...";
that.apipost('JapanCar_get_CancelJapanOrderMain', orderMsg, res => { //JapanCar_get_CancelJapanOrder 取消子订单
//JapanCar_get_CancelJapanOrderMain 取消主订单
that.apipost('JapanCar_get_CancelJapanOrder', orderMsg, res => {
that.loading = false; that.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.Success(res.data.message); that.Success(res.data.message);
......
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 to comment