Redeem 1 年之前
父節點
當前提交
0f93bbc7e9
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/OYE/components/oYeTransPlan.vue

+ 3 - 1
src/views/OYE/components/oYeTransPlan.vue

@@ -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 => {