|
@@ -179,13 +179,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
- activeComp: 'saleorder',
|
|
|
|
|
- tabOptions: [
|
|
|
|
|
- {key: 'saleorder', name: '销售订单'},
|
|
|
|
|
- {key: 'invoice', name: '发货单'},
|
|
|
|
|
- {key: 'customerReturnOrder', name: '退货处理单'},
|
|
|
|
|
- {key: 'returnorder', name: '退货单'}
|
|
|
|
|
- ],
|
|
|
|
|
|
|
+
|
|
|
selection: [], //单选中集合
|
|
selection: [], //单选中集合
|
|
|
delVisible: false, //批量删除弹框状态
|
|
delVisible: false, //批量删除弹框状态
|
|
|
loading: false, // 加载状态
|
|
loading: false, // 加载状态
|
|
@@ -268,6 +262,20 @@ export default {
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 180
|
|
minWidth: 180
|
|
|
},
|
|
},
|
|
|
|
|
+ // {
|
|
|
|
|
+ // prop: 'contactName2',
|
|
|
|
|
+ // label: '已返修数量',
|
|
|
|
|
+ // align: 'center',
|
|
|
|
|
+ // showOverflowTooltip: true,
|
|
|
|
|
+ // minWidth: 180
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // prop: 'contactName1',
|
|
|
|
|
+ // label: '未返修数量',
|
|
|
|
|
+ // align: 'center',
|
|
|
|
|
+ // showOverflowTooltip: true,
|
|
|
|
|
+ // minWidth: 180
|
|
|
|
|
+ // },
|
|
|
{
|
|
{
|
|
|
prop: 'approvalStatus',
|
|
prop: 'approvalStatus',
|
|
|
label: '状态',
|
|
label: '状态',
|
|
@@ -357,7 +365,7 @@ export default {
|
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|
|
|
let params = {
|
|
let params = {
|
|
|
businessId:res.id,
|
|
businessId:res.id,
|
|
|
- businessKey : 'sales_return_handle_approve',
|
|
|
|
|
|
|
+ businessKey : 'sales_return_handle_approve_new',
|
|
|
formCreateUserId: res.createUserId,
|
|
formCreateUserId: res.createUserId,
|
|
|
variables: {
|
|
variables: {
|
|
|
businessCode: res.returnHandleNo
|
|
businessCode: res.returnHandleNo
|