|
@@ -12,6 +12,9 @@
|
|
<span style="margin: 0 10px;color: #666;">
|
|
<span style="margin: 0 10px;color: #666;">
|
|
退货类别:{{ ordeDetail&&ordeDetail.goodFlagDictValue }}
|
|
退货类别:{{ ordeDetail&&ordeDetail.goodFlagDictValue }}
|
|
</span>
|
|
</span>
|
|
|
|
+ <span style="color: #666;">
|
|
|
|
+ 总部销退单号:{{ ordeDetail&&ordeDetail.salesReturnBillNo }}
|
|
|
|
+ </span>
|
|
</template>
|
|
</template>
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
<template slot="extra">
|
|
<template slot="extra">
|
|
@@ -166,7 +169,6 @@
|
|
import { commonMixin } from '@/utils/mixin'
|
|
import { commonMixin } from '@/utils/mixin'
|
|
import { STable, VSelect } from '@/components'
|
|
import { STable, VSelect } from '@/components'
|
|
import { printFun, exportExcel } from '@/libs/JGPrint.js'
|
|
import { printFun, exportExcel } from '@/libs/JGPrint.js'
|
|
-import { removeEmptyStr } from '@/libs/tools'
|
|
|
|
import ImportGuideModal from './importGuideModal.vue'
|
|
import ImportGuideModal from './importGuideModal.vue'
|
|
import queryPart from './queryPart.vue'
|
|
import queryPart from './queryPart.vue'
|
|
import commonModal from '@/views/common/commonModal.vue'
|
|
import commonModal from '@/views/common/commonModal.vue'
|
|
@@ -416,7 +418,7 @@ export default {
|
|
}
|
|
}
|
|
this.$refs.table.refresh(!flag)
|
|
this.$refs.table.refresh(!flag)
|
|
if (!flag) {
|
|
if (!flag) {
|
|
- this.$refs.partQuery.pageInit(this.buyerSn, this.ordeDetail.warehouseSn, this.goodFlag)
|
|
|
|
|
|
+ this.$refs.partQuery.pageInit(this.buyerSn, this.ordeDetail.warehouseName, this.goodFlag)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|