Browse Source

完善销售订单

master
yunuo970428 2 weeks ago
parent
commit
f52f2d2add
  1. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdan.vue
  2. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue
  3. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCost.vue
  4. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue
  5. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanInfo.vue

4
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdan.vue

@ -639,6 +639,9 @@ export default {
} }
getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => { getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => {
if (resp.success) { if (resp.success) {
if (resp.data.length === 0) {
this.isCarCost = true
} else {
for (var i = 0; i < resp.data.length; i++) { for (var i = 0; i < resp.data.length; i++) {
if (resp.data[i].buttonId === 'car_cost_detail') { if (resp.data[i].buttonId === 'car_cost_detail') {
this.isCarCost = false this.isCarCost = false
@ -648,6 +651,7 @@ export default {
} }
} }
} }
}
}) })
} }
}) })

4
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCaiGou.vue

@ -734,6 +734,9 @@ export default {
}) })
getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => { getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => {
if (resp.success) { if (resp.success) {
if (resp.data.length === 0) {
this.isCarCost = true
} else {
for (var i = 0; i < resp.data.length; i++) { for (var i = 0; i < resp.data.length; i++) {
if (resp.data[i].buttonId === 'car_cost_detail') { if (resp.data[i].buttonId === 'car_cost_detail') {
this.isCarCost = false this.isCarCost = false
@ -743,6 +746,7 @@ export default {
} }
} }
} }
}
}) })
} }
}) })

4
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByCost.vue

@ -724,6 +724,9 @@ export default {
}) })
getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => { getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => {
if (resp.success) { if (resp.success) {
if (resp.data.length === 0) {
this.isCarCost = true
} else {
for (var i = 0; i < resp.data.length; i++) { for (var i = 0; i < resp.data.length; i++) {
if (resp.data[i].buttonId === 'car_cost_detail') { if (resp.data[i].buttonId === 'car_cost_detail') {
this.isCarCost = false this.isCarCost = false
@ -733,6 +736,7 @@ export default {
} }
} }
} }
}
}) })
} }
}) })

4
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanByJinRong.vue

@ -673,6 +673,9 @@ export default {
}) })
getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => { getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => {
if (resp.success) { if (resp.success) {
if (resp.data.length === 0) {
this.isCarCost = true
} else {
for (var i = 0; i < resp.data.length; i++) { for (var i = 0; i < resp.data.length; i++) {
if (resp.data[i].buttonId === 'car_cost_detail') { if (resp.data[i].buttonId === 'car_cost_detail') {
this.isCarCost = false this.isCarCost = false
@ -682,6 +685,7 @@ export default {
} }
} }
} }
}
}) })
} }
}) })

4
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/xiaoshouguanliFlow/xiaoshoudingdanFlow/xiaoshoudingdanInfo.vue

@ -564,6 +564,9 @@ export default {
} }
getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => { getButtonPermissions({ userSid: window.sessionStorage.getItem('userSid'), url: '/xiaoshouguanli/dingdanxinxi', type: 0 }).then((resp) => {
if (resp.success) { if (resp.success) {
if (resp.data.length === 0) {
this.isCarCost = true
} else {
for (var i = 0; i < resp.data.length; i++) { for (var i = 0; i < resp.data.length; i++) {
if (resp.data[i].buttonId === 'car_cost_detail') { if (resp.data[i].buttonId === 'car_cost_detail') {
this.isCarCost = false this.isCarCost = false
@ -573,6 +576,7 @@ export default {
} }
} }
} }
}
}) })
} }
}) })

Loading…
Cancel
Save