|
@@ -59,7 +59,7 @@
|
|
|
<span v-if="scope.row.printNum>0">
|
|
<span v-if="scope.row.printNum>0">
|
|
|
{{ scope.row.printNum }}
|
|
{{ scope.row.printNum }}
|
|
|
</span>
|
|
</span>
|
|
|
- <span v-else style="color:blue;font-weight:bold;font-size:16px;">
|
|
|
|
|
|
|
+ <span v-else style="font-size:14px;">
|
|
|
{{ scope.row.printNum }}
|
|
{{ scope.row.printNum }}
|
|
|
</span>
|
|
</span>
|
|
|
</template>
|
|
</template>
|
|
@@ -70,7 +70,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #table-column-sameTimeIdsNum="{scope}">
|
|
<template #table-column-sameTimeIdsNum="{scope}">
|
|
|
- <div v-if="scope.row.sameTimeIdsNum>1" style="color:blue;font-weight:bold;font-size:16px;">{{ scope.row.sameTimeIdsNum }}</div>
|
|
|
|
|
|
|
+ <div v-if="scope.row.sameTimeIdsNum>1" style="font-weight:bold;font-size:14px;">{{ scope.row.sameTimeIdsNum }}</div>
|
|
|
<div v-else>-</div>
|
|
<div v-else>-</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
@@ -108,16 +108,21 @@
|
|
|
<el-button @click.stop="allDown(scope.row)" size="small" type="primary" v-if="scope.row.status!=5 && scope.row.status!=1 && scope.row.sameTimeIdsNum>1">全下载</el-button>
|
|
<el-button @click.stop="allDown(scope.row)" size="small" type="primary" v-if="scope.row.status!=5 && scope.row.status!=1 && scope.row.sameTimeIdsNum>1">全下载</el-button>
|
|
|
<el-button size="small" v-else>全下载</el-button>
|
|
<el-button size="small" v-else>全下载</el-button>
|
|
|
|
|
|
|
|
-<template v-if="scope.row.status!=5 && scope.row.status==2">
|
|
|
|
|
- <el-popconfirm title="确认已发货?" @confirm="confirmSend(scope.row)" @onConfirm="confirmSend(scope.row)" style="margin-left:10px;">
|
|
|
|
|
- <el-button size="small" type="primary" slot="reference">发货</el-button>
|
|
|
|
|
- </el-popconfirm>
|
|
|
|
|
-</template>
|
|
|
|
|
|
|
+ <template v-if="scope.row.status!=5 && scope.row.status==2">
|
|
|
|
|
+ <el-popconfirm title="确认已发货?" @confirm="confirmSend(scope.row)" @onConfirm="confirmSend(scope.row)" style="margin-left:10px;">
|
|
|
|
|
+ <el-button size="small" type="primary" slot="reference">发货</el-button>
|
|
|
|
|
+ </el-popconfirm>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
<el-button size="small" v-else>发货</el-button>
|
|
<el-button size="small" v-else>发货</el-button>
|
|
|
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #slot-search-option="{scope}">
|
|
<template #slot-search-option="{scope}">
|
|
|
|
|
+ <span style="margin-left:6px;font-size:19px;">付款时间:</span>
|
|
|
|
|
+ <el-date-picker v-model="currentDateList" type="daterange" align="right" unlink-panels range-separator="至" start-placeholder="开始日期" @change="getSearchDate" value-format="yyyy-MM-dd"
|
|
|
|
|
+ end-placeholder="结束日期" :picker-options="pickerOptions" size="mini" style="margin-right:10px;">
|
|
|
|
|
+ </el-date-picker>
|
|
|
<el-radio-group v-model="book" @change="changeBook" style="margin-right:20px;padding-top:6px;margin-left:5px;">
|
|
<el-radio-group v-model="book" @change="changeBook" style="margin-right:20px;padding-top:6px;margin-left:5px;">
|
|
|
<el-radio label="-1">全部</el-radio>
|
|
<el-radio label="-1">全部</el-radio>
|
|
|
<el-radio label="0">常规订单</el-radio>
|
|
<el-radio label="0">常规订单</el-radio>
|
|
@@ -128,11 +133,6 @@
|
|
|
<el-radio label="0">待结款</el-radio>
|
|
<el-radio label="0">待结款</el-radio>
|
|
|
<el-radio label="1">已结款</el-radio>
|
|
<el-radio label="1">已结款</el-radio>
|
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
|
- 付款时间:
|
|
|
|
|
- <el-date-picker v-model="currentDateList" type="daterange" align="right" unlink-panels range-separator="至" start-placeholder="开始日期" @change="getSearchDate" value-format="yyyy-MM-dd"
|
|
|
|
|
- end-placeholder="结束日期" :picker-options="pickerOptions" size="mini" style="margin-right:10px;">
|
|
|
|
|
- </el-date-picker>
|
|
|
|
|
-
|
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #slot-export-order>
|
|
<template #slot-export-order>
|
|
@@ -594,11 +594,11 @@ export default {
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
.set('search', {
|
|
.set('search', {
|
|
|
- key: { placeholder: '订单号 | 客户名称'}
|
|
|
|
|
|
|
+ key: { placeholder: '订单号 / 客户名称'}
|
|
|
})
|
|
})
|
|
|
.set('layout', [
|
|
.set('layout', [
|
|
|
['slot-tabs'],
|
|
['slot-tabs'],
|
|
|
- ['slot-search-option','search-key','slot-billing','slot-export-order'],
|
|
|
|
|
|
|
+ ['search-key','slot-search-option','slot-export-order'],
|
|
|
['data-table'],
|
|
['data-table'],
|
|
|
['flex1', 'pagination']
|
|
['flex1', 'pagination']
|
|
|
])
|
|
])
|