|
|
@@ -4,7 +4,7 @@
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
plain
|
|
|
- v-permission="'recycleOrder:search:batchAudit'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:batchAudit'"
|
|
|
@click="handleBatchAudit"
|
|
|
>
|
|
|
批量初审
|
|
|
@@ -12,7 +12,7 @@
|
|
|
<el-button
|
|
|
type="success"
|
|
|
plain
|
|
|
- v-permission="'recycleOrder:search:batchAuditComplete'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:batchAuditComplete'"
|
|
|
@click="handleBatchAuditComplete"
|
|
|
>
|
|
|
批量审核完成
|
|
|
@@ -21,7 +21,7 @@
|
|
|
type="primary"
|
|
|
plain
|
|
|
:icon="DownloadOutlined"
|
|
|
- v-permission="'recycleOrder:search:export'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:export'"
|
|
|
@click="exportData"
|
|
|
>
|
|
|
导出订单明细
|
|
|
@@ -33,7 +33,7 @@
|
|
|
<el-button
|
|
|
type="success"
|
|
|
link
|
|
|
- v-permission="'recycleOrder:search:detail'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:detail'"
|
|
|
@click="toOrderDetail(row)"
|
|
|
>
|
|
|
[订单详情]
|
|
|
@@ -41,7 +41,7 @@
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
link
|
|
|
- v-permission="'recycleOrder:search:log'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:log'"
|
|
|
@click="openOrderLog(row)"
|
|
|
>
|
|
|
[订单日志]
|
|
|
@@ -49,7 +49,7 @@
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
link
|
|
|
- v-permission="'recycleOrder:search:fallback'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:fallback'"
|
|
|
@click="fallbackOrder(row)"
|
|
|
>
|
|
|
[回退状态]
|
|
|
@@ -57,7 +57,7 @@
|
|
|
<el-button
|
|
|
type="success"
|
|
|
link
|
|
|
- v-permission="'recycleOrder:search:arrivalAudit'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:arrivalAudit'"
|
|
|
@click="handleArrivalAudit(row)"
|
|
|
>
|
|
|
[到货审核]
|
|
|
@@ -65,7 +65,7 @@
|
|
|
<el-button
|
|
|
type="danger"
|
|
|
link
|
|
|
- v-permission="'recycleOrder:search:auditScreenshot'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:auditScreenshot'"
|
|
|
@click="handleAuditScreenshot(row)"
|
|
|
>
|
|
|
[审核截图]
|
|
|
@@ -73,7 +73,7 @@
|
|
|
<el-button
|
|
|
type="warning"
|
|
|
link
|
|
|
- v-permission="'recycleOrder:search:userTag'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:userTag'"
|
|
|
@click="openEditUserTag(row)"
|
|
|
>
|
|
|
[用户标签]
|
|
|
@@ -81,7 +81,7 @@
|
|
|
<el-button
|
|
|
type="success"
|
|
|
link
|
|
|
- v-permission="'recycleOrder:search:sendSMS'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:sendSMS'"
|
|
|
@click="handleSendSMS(row)"
|
|
|
>
|
|
|
[推送短信]
|
|
|
@@ -90,7 +90,7 @@
|
|
|
type="info"
|
|
|
link
|
|
|
plain
|
|
|
- v-permission="'recycleOrder:search:smsLog'"
|
|
|
+ v-permission="'recycleOrder:auditNotSubmit:smsLog'"
|
|
|
@click="handleSmsLog(row)"
|
|
|
>
|
|
|
[短信记录]
|
|
|
@@ -101,8 +101,6 @@
|
|
|
<order-log ref="orderLogRef" />
|
|
|
<userBindTag ref="userTagRef" />
|
|
|
<audit-screenshot ref="auditScreenshotRef"></audit-screenshot>
|
|
|
- <afterSalesPayment ref="paymentRef" />
|
|
|
- <applyforOrderClaim ref="claimRef"></applyforOrderClaim>
|
|
|
<sendSMS ref="smsRef"></sendSMS>
|
|
|
<orderSmsLog ref="smsLogRef"></orderSmsLog>
|
|
|
</order-page>
|
|
|
@@ -123,16 +121,12 @@
|
|
|
import userBindTag from '@/views/recycleOrder/components/user-bind-tag.vue';
|
|
|
//审核截图
|
|
|
import auditScreenshot from '@/views/recycleOrder/components/audit-screenshot.vue';
|
|
|
- //售后补款
|
|
|
- import afterSalesPayment from '@/views/recycleOrder/components/after-sales-payment.vue';
|
|
|
- //申请订单理赔
|
|
|
- import applyforOrderClaim from '@/views/recycleOrder/components/applyfor-order-claim.vue';
|
|
|
//推送短信
|
|
|
import sendSMS from '@/views/recycleOrder/components/send-SMS.vue';
|
|
|
//短信记录
|
|
|
import orderSmsLog from '@/views/recycleOrder/components/order-sms-log.vue'
|
|
|
|
|
|
- defineOptions({ name: 'recycleOrderSearch' });
|
|
|
+ defineOptions({ name: 'recycleOrderAuditNotSubmit' });
|
|
|
|
|
|
let router = useRouter();
|
|
|
/** 页面组件实例 */
|
|
|
@@ -141,8 +135,8 @@
|
|
|
const pageConfig = reactive({
|
|
|
pageUrl: '',
|
|
|
exportUrl: '',
|
|
|
- fileName: '回收订单查询',
|
|
|
- cacheKey: 'recycleOrderTable'
|
|
|
+ fileName: '审核未提交',
|
|
|
+ cacheKey: 'auditNotSubmitTable'
|
|
|
});
|
|
|
|
|
|
//批量初审
|
|
|
@@ -162,7 +156,7 @@
|
|
|
|
|
|
//导出数据
|
|
|
function exportData() {
|
|
|
- pageRef.value?.exportData('回收订单查询');
|
|
|
+ pageRef.value?.exportData('审核未提交');
|
|
|
}
|
|
|
//订单详情
|
|
|
function toOrderDetail(row) {
|
|
|
@@ -172,8 +166,6 @@
|
|
|
//订单日志
|
|
|
const orderLogRef = ref(null);
|
|
|
function openOrderLog(row) {
|
|
|
- console.log(row, orderLogRef.value, 'row');
|
|
|
-
|
|
|
orderLogRef.value?.handleOpen(row);
|
|
|
}
|
|
|
|
|
|
@@ -206,11 +198,6 @@
|
|
|
function handleAuditScreenshot(row) {
|
|
|
auditScreenshotRef.value?.handleOpen(row);
|
|
|
}
|
|
|
- //售后补款
|
|
|
- const paymentRef = ref(null);
|
|
|
- function handleAfterSalesPayment(row) {
|
|
|
- paymentRef.value?.handleOpen(row);
|
|
|
- }
|
|
|
//推送短信
|
|
|
const smsRef = ref(null);
|
|
|
function handleSendSMS(row) {
|