|
@@ -1538,6 +1538,7 @@ export default {
|
|
|
if (res == 'confirm') {
|
|
|
this.axios
|
|
|
.post('/api/v1/ams/approveTransPlan', {
|
|
|
+ userName: getCookie('loginName'),
|
|
|
mapList: arr
|
|
|
})
|
|
|
.then(res => {
|
|
@@ -1561,7 +1562,6 @@ export default {
|
|
|
let arr = this.approvingList.map(item => {
|
|
|
let map = {}
|
|
|
map.userName = getCookie('loginName')
|
|
|
-
|
|
|
map.orderStatus = this.activeName == 'first' ? 0 : 4
|
|
|
map.saleOrderId = item.saleOrderId
|
|
|
map.deleted = 1
|
|
@@ -1575,6 +1575,7 @@ export default {
|
|
|
if (res == 'confirm') {
|
|
|
this.axios
|
|
|
.post('/api/v1/ams/approveTransPlan', {
|
|
|
+ userName: getCookie('loginName'),
|
|
|
mapList: arr
|
|
|
})
|
|
|
.then(res => {
|
|
@@ -1612,6 +1613,7 @@ export default {
|
|
|
if (res == 'confirm') {
|
|
|
this.axios
|
|
|
.post('/api/v1/ams/approveTransPlan', {
|
|
|
+ userName: getCookie('loginName'),
|
|
|
mapList: arr
|
|
|
})
|
|
|
.then(res => {
|