|
|
@@ -185,8 +185,7 @@ |
|
|
|
<!-- <el-input maxlength="60" v-trim clearable v-model="exchangeInformationForm.consignee" |
|
|
|
placeholder="请输入收件人姓名"></el-input> --> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="工单类型" prop="consigneeTel"><span style="color:gray;">{{ visiinfoDatableList.questionType |
|
|
|
}}</span> |
|
|
|
<el-form-item label="工单类型" prop="consigneeTel"><span style="color:gray;">{{ getDictLabel(SELF_SERVICE_TYPE, visiinfoDatableList.questionType) }}</span> |
|
|
|
<!-- <el-input maxlength="60" v-trim clearable v-model="exchangeInformationForm.consigneeTel" |
|
|
|
placeholder="请输入收件人电话"></el-input> --> |
|
|
|
</el-form-item> |
|
|
@@ -198,8 +197,7 @@ |
|
|
|
<!-- <el-input maxlength="60" v-trim clearable v-model="exchangeInformationForm.consignee" |
|
|
|
placeholder="请输入收件人姓名"></el-input> --> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="订单来源" prop="consigneeTel"><span style="color:gray;">{{ visiinfoDatableList.orderSource |
|
|
|
}}</span> |
|
|
|
<el-form-item label="订单来源" prop="orderSource"><span style="color:gray;">{{ getDictLabel(SOURCE_TYPE, visiinfoDatableList.orderSource) }}</span> |
|
|
|
<!-- <el-input maxlength="60" v-trim clearable v-model="exchangeInformationForm.consigneeTel" |
|
|
|
placeholder="请输入收件人电话"></el-input> --> |
|
|
|
</el-form-item> |
|
|
@@ -280,6 +278,7 @@ import { getCache } from '@/utils/cache' |
|
|
|
import { getAudit, getOrderInfo } from '@/api/onlineBusinessHall/orderManagement' |
|
|
|
import orderInfo from './orderInfo.vue' |
|
|
|
import { log } from 'console' |
|
|
|
import { getDictLabel } from '@/utils/utils' |
|
|
|
|
|
|
|
//或取路由传入过来的对象数据 |
|
|
|
const route = useRoute() |
|
|
@@ -401,6 +400,11 @@ const ORDER_STATUS = computed(() => { |
|
|
|
const SOURCE_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['SOURCE_TYPE'] || [] |
|
|
|
}) |
|
|
|
|
|
|
|
// 自助服务类型 |
|
|
|
const SELF_SERVICE_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData['SELF_SERVICE_TYPE'] || [] |
|
|
|
}) |
|
|
|
const CERTIFICATE_TYPE = computed(() => { |
|
|
|
return $storeinitData.state.dictData["CERTIFICATE_TYPE"] ?? []; |
|
|
|
}); //用户证件类型 |
|
|
@@ -719,8 +723,9 @@ function exchangeInformationsubmitForm() { |
|
|
|
if (res && res.statusCode === 0) { |
|
|
|
let bizContent = res.data |
|
|
|
console.log(bizContent, 'bizContentbizContentbizContent') |
|
|
|
ElMessage.error(res.message) |
|
|
|
ElMessage.success(res.message) |
|
|
|
exchangeInformationDialog.value = false |
|
|
|
getList() |
|
|
|
} else { |
|
|
|
ElMessage.error(res.message) |
|
|
|
} |
|
|
@@ -736,7 +741,8 @@ function exchangeInformationsubmitForm() { |
|
|
|
if (res && res.statusCode === 0) { |
|
|
|
let bizContent = res.data |
|
|
|
console.log(bizContent, 'bizContentbizContentbizContent') |
|
|
|
ElMessage.error(res.message) |
|
|
|
ElMessage.success(res.message) |
|
|
|
getList() |
|
|
|
exchangeInformationDialog.value = false |
|
|
|
} else { |
|
|
|
ElMessage.error(res.message) |
|
|
@@ -915,6 +921,7 @@ function getOrderFn(type, row?) { |
|
|
|
if (res && res.code === 0) { |
|
|
|
ElMessage.success('领取成功') |
|
|
|
refreshLeft() |
|
|
|
getList() |
|
|
|
} else { |
|
|
|
ElMessage.error(res.message) |
|
|
|
} |