qb 1 year ago
parent
commit
48f20d3261
  1. 7
      src/views/aftersales/aftersalesWorkOrder.vue
  2. 3
      src/views/aftersales/aftersalesWorkOrderInfo.vue
  3. 6
      vite.config.js

7
src/views/aftersales/aftersalesWorkOrder.vue

@ -581,7 +581,7 @@
:rows="2"
/>
</div>
<div class="sk_input" v-if="item.state == 1"></div>
@ -1452,7 +1452,7 @@ const ButtonPermissions = computed(() => {
assignment: false, //
applyArbitration: false, //
DingTalkNumber: false, //
batchFinish: UserPermissions.value != '仓库客服', //
batchFinish:false, //
appeal: false, //
ManagerConfirmed: false, //
ArbitrationDetermination: false, //
@ -4065,6 +4065,7 @@ const CompletedSubmission = () => {
// datadetails.selectionList
let data = details.selectionList.map(() => ({
id:details.selectionList[0].id,
reasonArbitration:Reasonarbitration.value,
completionRecipientEntities: [],
completionRecordEntities: [],
}));
@ -4081,7 +4082,7 @@ const CompletedSubmission = () => {
money: Number(party.num),
reasonArbitration: Reasonarbitration.value,
warehouseId: party.warehouseId, //
personResponsibleName: party.personResponsibleName,
compensationPersonnel: party.personResponsibleName,//
workOrderId: selection.id, //id
};
// completionRecordEntities

3
src/views/aftersales/aftersalesWorkOrderInfo.vue

@ -589,7 +589,7 @@
<!-- 仲裁原因 -->
<!-- v-if="routerState == 'end'" -->
<div class="arbitrate" v-if="UserPermissions != '仓库客服'">
<div class="arbitrate">
<el-tabs type="border-card" class="demo-tabs">
<el-tab-pane>
<template #label>
@ -1417,6 +1417,7 @@ const onLoad = () => {
compensationPersonnel: item.compensationPersonnel, //
});
});
}
});

6
vite.config.js

@ -14,7 +14,7 @@ export default ({ mode, command }) => {
'/api': {
// target: 'http://192.168.10.126:8889',
// hy
// target: 'http://192.168.10.48:13000',
// target: 'http://192.168.3.12:13000',
// lmy
// target: 'http://192.168.10.123:8889',
// target: 'http://192.168.10.101:8888',
@ -23,13 +23,13 @@ export default ({ mode, command }) => {
// 新zyc
// target: 'http://192.168.6.116:8777',
// target: 'http://192.168.6.122:8777',
target: 'http://192.168.3.14:13000',
// target: 'http://192.168.3.14:13000',
// target: 'http://192.168.10.25:2888',
// target: 'http://192.168.6.161:9777',//CYZ
// target: 'http://192.168.10.57:13000',
// target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.29:13000',
// target: 'http://192.168.3.5:13000',//?
target: 'http://192.168.3.5:13000',//?
// target: 'http://h5uapi.huitongys.com',
// target: 'http://test.api.huo5you.com',

Loading…
Cancel
Save