|
@@ -24,7 +24,7 @@
|
|
|
<template #table-header="{ selection }">
|
|
|
<div style="width: 100%">
|
|
|
<el-row style="padding: 0 0 10px 80px">
|
|
|
- <el-col :span="8" style="width: 460px">
|
|
|
+ <el-col :span="8" style="width: 440px">
|
|
|
<el-select
|
|
|
v-model="code"
|
|
|
multiple
|
|
@@ -68,42 +68,37 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
-
|
|
|
- <el-col :span="3" style="width: 66px; float: right">
|
|
|
+ <el-col
|
|
|
+ :span="3"
|
|
|
+ style="width: 140px; float: right"
|
|
|
+ v-if="powers.some((item) => item == '041')"
|
|
|
+ >
|
|
|
<el-button
|
|
|
- v-if="powers.some((item) => item == '002')"
|
|
|
:size="searchSize"
|
|
|
type="primary"
|
|
|
class="fr"
|
|
|
- style="margin-left: 10px"
|
|
|
- @click="searchList"
|
|
|
+ @click="setBilling(selection)"
|
|
|
>
|
|
|
- 刷新
|
|
|
- </el-button>
|
|
|
- </el-col>
|
|
|
- <el-col :span="3" style="width: 66px; float: right">
|
|
|
+ 批量设置回票信息</el-button
|
|
|
+ ></el-col
|
|
|
+ >
|
|
|
+ <el-col
|
|
|
+ :span="3"
|
|
|
+ style="width: 140px; float: right"
|
|
|
+ v-if="powers.some((item) => item == '042')"
|
|
|
+ >
|
|
|
<el-button
|
|
|
- type="warning"
|
|
|
- class="fr"
|
|
|
- v-if="powers.some((item) => item == '024')"
|
|
|
:size="searchSize"
|
|
|
- @click="restSearch"
|
|
|
+ type="primary"
|
|
|
+ style="float: right"
|
|
|
+ @click="examBilling(selection)"
|
|
|
>
|
|
|
- 重置
|
|
|
+ 批量审核回票信息
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="3" style="width: 54px; float: right">
|
|
|
- <el-button
|
|
|
- :size="searchSize"
|
|
|
- type="primary"
|
|
|
- icon="el-icon-search"
|
|
|
- class="fr"
|
|
|
- @click="searchList"
|
|
|
- />
|
|
|
- </el-col>
|
|
|
</el-row>
|
|
|
<el-row :gutter="10">
|
|
|
- <el-col :span="8" style="width: 160px">
|
|
|
+ <el-col :span="8" style="width: 120px">
|
|
|
<el-select
|
|
|
v-model="parmValue.send_status"
|
|
|
clearable
|
|
@@ -124,50 +119,118 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-col>
|
|
|
- <el-col :span="5" style="width: 250px">
|
|
|
- <el-input
|
|
|
+ <el-col :span="8" style="width: 120px">
|
|
|
+ <el-select
|
|
|
+ v-model="parmValue.payinfo"
|
|
|
clearable
|
|
|
:size="searchSize"
|
|
|
- placeholder="采购单编号"
|
|
|
- v-model="parmValue.sequenceNo"
|
|
|
+ placeholder="付款状态"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
>
|
|
|
- </el-input>
|
|
|
+ <el-option
|
|
|
+ v-for="item in pay_status_list"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ >
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
</el-col>
|
|
|
- <el-col :span="4" style="width: 250px">
|
|
|
+ <el-col :span="8" style="width: 120px">
|
|
|
+ <el-select
|
|
|
+ v-model="parmValue.invinfo"
|
|
|
+ clearable
|
|
|
+ :size="searchSize"
|
|
|
+ placeholder="回票状态"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in inv_status_list"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ >
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8" style="width: 120px">
|
|
|
+ <el-select
|
|
|
+ v-model="parmValue.th_status"
|
|
|
+ clearable
|
|
|
+ :size="searchSize"
|
|
|
+ placeholder="退货状态"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in th_status_list"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ >
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" style="width: 350px">
|
|
|
<el-input
|
|
|
clearable
|
|
|
+ style="width: 100%"
|
|
|
:size="searchSize"
|
|
|
- placeholder="财务信息编号"
|
|
|
- v-model="parmValue.inv_company"
|
|
|
+ placeholder="关键字"
|
|
|
+ v-model="input"
|
|
|
>
|
|
|
+ <el-select
|
|
|
+ v-model="selectK"
|
|
|
+ slot="prepend"
|
|
|
+ style="width: 125px"
|
|
|
+ placeholder="请选择"
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in selectKlist"
|
|
|
+ :key="item.code"
|
|
|
+ :label="item.name"
|
|
|
+ :value="item.code"
|
|
|
+ ></el-option>
|
|
|
+ </el-select>
|
|
|
+ <el-button
|
|
|
+ slot="append"
|
|
|
+ icon="el-icon-search"
|
|
|
+ @click.native="searchList"
|
|
|
+ ></el-button>
|
|
|
</el-input>
|
|
|
</el-col>
|
|
|
- <el-col
|
|
|
- :span="3"
|
|
|
- style="width: 140px; float: right"
|
|
|
- v-if="powers.some((item) => item == '041')"
|
|
|
- >
|
|
|
+ <el-col :span="3" style="width: 66px; float: right">
|
|
|
<el-button
|
|
|
+ v-if="powers.some((item) => item == '002')"
|
|
|
:size="searchSize"
|
|
|
type="primary"
|
|
|
class="fr"
|
|
|
- @click="setBilling(selection)"
|
|
|
+ style="margin-left: 10px"
|
|
|
+ @click="searchList"
|
|
|
>
|
|
|
- 批量设置回票信息</el-button
|
|
|
- ></el-col
|
|
|
- >
|
|
|
- <el-col
|
|
|
- :span="3"
|
|
|
- style="width: 140px; float: right"
|
|
|
- v-if="powers.some((item) => item == '042')"
|
|
|
- >
|
|
|
+ 刷新
|
|
|
+ </el-button>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="3" style="width: 66px; float: right">
|
|
|
<el-button
|
|
|
+ type="warning"
|
|
|
+ class="fr"
|
|
|
+ v-if="powers.some((item) => item == '024')"
|
|
|
:size="searchSize"
|
|
|
- type="primary"
|
|
|
- style="float: right"
|
|
|
- @click="examBilling(selection)"
|
|
|
+ @click="restSearch"
|
|
|
>
|
|
|
- 批量审核回票信息
|
|
|
+ 重置
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -182,26 +245,31 @@
|
|
|
class="demo-table-expand"
|
|
|
>
|
|
|
<el-row>
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="4">
|
|
|
<el-form-item size="mini" label="商品编号">
|
|
|
<span>{{ scope.row.goodNo }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item size="mini" label="商品名称">
|
|
|
<span>{{ scope.row.goodName }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item size="mini" label="商品描述">
|
|
|
+ <span>{{ scope.row.goodDesc }}</span>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
<el-col :span="4">
|
|
|
<el-form-item size="mini" label="单位">
|
|
|
<span>{{ scope.row.goodUnit }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="4">
|
|
|
+ <!-- <el-col :span="4">
|
|
|
<el-form-item size="mini" label="单价">
|
|
|
<span>{{ scope.row.price }}</span>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="4">
|
|
|
<el-form-item size="mini" label="数量">
|
|
|
<span>{{ scope.row.orderNum }}</span>
|
|
@@ -313,11 +381,6 @@
|
|
|
<span>{{ scope.row.price }}</span>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="24">
|
|
|
- <el-form-item size="mini" label="商品描述">
|
|
|
- <span>{{ scope.row.goodDesc }}</span>
|
|
|
- </el-form-item>
|
|
|
- </el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
</template>
|
|
@@ -337,6 +400,18 @@
|
|
|
"
|
|
|
></el-tag>
|
|
|
</template>
|
|
|
+ <template #th_info="{ scope }">
|
|
|
+ <el-tag
|
|
|
+ size="mini"
|
|
|
+ :type="scope.row.th_info == '1' ? 'success' : 'danger'"
|
|
|
+ v-text="
|
|
|
+ (
|
|
|
+ th_status_list.find((item) => item.value == scope.row.th_info) ||
|
|
|
+ {}
|
|
|
+ ).label || '--'
|
|
|
+ "
|
|
|
+ ></el-tag>
|
|
|
+ </template>
|
|
|
<template #send_info="{ scope }">
|
|
|
<el-tag
|
|
|
size="mini"
|
|
@@ -443,6 +518,22 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ selectK: "1",
|
|
|
+ input: "",
|
|
|
+ selectKlist: [
|
|
|
+ {
|
|
|
+ code: "1",
|
|
|
+ name: "采购单编码",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ code: "2",
|
|
|
+ name: "财务信息编号",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ code: "3",
|
|
|
+ name: "业务员名字",
|
|
|
+ },
|
|
|
+ ],
|
|
|
code: [],
|
|
|
showModel1: false,
|
|
|
showModel2: false,
|
|
@@ -468,6 +559,20 @@ export default {
|
|
|
},
|
|
|
],
|
|
|
|
|
|
+ th_status_list: [
|
|
|
+ {
|
|
|
+ value: "1",
|
|
|
+ label: "未退货",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: "2",
|
|
|
+ label: "部分退货",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: "3",
|
|
|
+ label: "全部退货",
|
|
|
+ },
|
|
|
+ ],
|
|
|
send_status_list: [
|
|
|
{
|
|
|
value: "1",
|
|
@@ -533,6 +638,9 @@ export default {
|
|
|
inv_company: "",
|
|
|
inv_status: "",
|
|
|
send_status: "",
|
|
|
+ payinfo: "",
|
|
|
+ invinfo: "",
|
|
|
+ th_status: "",
|
|
|
page: 1, // 页码
|
|
|
size: 15, // 每页显示条数
|
|
|
},
|
|
@@ -598,6 +706,12 @@ export default {
|
|
|
_slot_: "send_info",
|
|
|
width: "95px",
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: "th_info",
|
|
|
+ label: "发货状态",
|
|
|
+ _slot_: "th_info",
|
|
|
+ width: "95px",
|
|
|
+ },
|
|
|
{
|
|
|
prop: "payinfo",
|
|
|
label: "付款状态",
|
|
@@ -670,18 +784,24 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
async restSearch() {
|
|
|
+ this.selectK = "1";
|
|
|
+ this.input = "";
|
|
|
this.code = [];
|
|
|
this.parmValue.code = this.code.join(",");
|
|
|
this.parmValue.sequenceNo = "";
|
|
|
- this.formValue.page = 1;
|
|
|
+ this.parmValue.page = 1;
|
|
|
this.pageInfo.curr = 1;
|
|
|
- this.pageInfo.inv_company = "";
|
|
|
- this.pageInfo.inv_status = "";
|
|
|
- this.pageInfo.send_status = "";
|
|
|
+ this.parmValue.inv_company = "";
|
|
|
+ this.parmValue.inv_status = "";
|
|
|
+ this.parmValue.send_status = "";
|
|
|
+ this.parmValue.owner = "";
|
|
|
await this.searchList();
|
|
|
},
|
|
|
async searchList() {
|
|
|
this.loading = true;
|
|
|
+ this.parmValue.sequenceNo = this.selectK === "1" ? this.input : "";
|
|
|
+ this.parmValue.inv_company = this.selectK === "2" ? this.input : "";
|
|
|
+ this.parmValue.owner = this.selectK === "3" ? this.input : "";
|
|
|
const res = await asyncRequest.list(this.parmValue);
|
|
|
if (res && res.code === 0 && res.data) {
|
|
|
this.tableData = res.data.list;
|