|
@@ -142,7 +142,7 @@
|
|
|
>
|
|
|
<i
|
|
|
class="el-icon-view tb-icon"
|
|
|
- @click="getRouter('sellReturnDetail', scope.row.returnCode)"
|
|
|
+ @click="getRouter('supplierSellReturnDetail', scope.row.returnCode)"
|
|
|
></i>
|
|
|
</el-tooltip>
|
|
|
</template>
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
powers() {
|
|
|
const tran =
|
|
|
this.$store.getters.btnList.find(
|
|
|
- (item) => item.menu_route == "sellReturn"
|
|
|
+ (item) => item.menu_route == "supplierSellReturn"
|
|
|
) || {};
|
|
|
const { action } = tran ?? {};
|
|
|
return action ?? [];
|
|
@@ -364,7 +364,8 @@ export default {
|
|
|
|
|
|
let model = JSON.parse(JSON.stringify(this.parmValue));
|
|
|
|
|
|
- // model.supplierNo = this.currentCompany
|
|
|
+ model.supplierNo = this.currentCompany
|
|
|
+ model.noRelation = true
|
|
|
|
|
|
const res = await asyncRequest.list(model);
|
|
|
if (res && res.code === 0 && res.data) {
|