|
@@ -10,7 +10,7 @@
|
|
|
:size="size"
|
|
|
@page-curr-change="handlePageChange"
|
|
|
@page-size-change="handleSizeChange"
|
|
|
- @selection-change="list => tableSelection = list"
|
|
|
+ @selection-change="(list) => (tableSelection = list)"
|
|
|
@screen-reset="
|
|
|
pageInfo.curr = 1;
|
|
|
parmValue.page = 1;
|
|
@@ -26,29 +26,7 @@
|
|
|
<template #table-header="{}">
|
|
|
<div style="width: 100%">
|
|
|
<el-row style="padding: 0 0 0 80px">
|
|
|
- <el-col :span="4" style="width: 150px">
|
|
|
- <el-select
|
|
|
- :size="searchSize"
|
|
|
- v-model="parmValue.status"
|
|
|
- filterable
|
|
|
- clearable
|
|
|
- placeholder="采购单状态"
|
|
|
- style="width: 100%"
|
|
|
- @change="
|
|
|
- pageInfo.curr = 1;
|
|
|
- parmValue.page = 1;
|
|
|
- searchList();
|
|
|
- "
|
|
|
- >
|
|
|
- <el-option
|
|
|
- v-for="item in statusOptions"
|
|
|
- :key="'status' + item.value"
|
|
|
- :label="item.label"
|
|
|
- :value="item.value"
|
|
|
- />
|
|
|
- </el-select>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" style="width: 130px; padding: 0 0 0 10px">
|
|
|
+ <el-col :span="4" style="width: 120px">
|
|
|
<el-dropdown @command="handleClick($event)" :size="searchSize">
|
|
|
<el-button :size="searchSize" style="width: 120px">
|
|
|
{{ sselect }}
|
|
@@ -84,8 +62,12 @@
|
|
|
刷新
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
-
|
|
|
- <el-col :span="4" style="width: 150px; float: right" v-if="powers.some((i) => i == '089') && !isSupertube">
|
|
|
+
|
|
|
+ <el-col
|
|
|
+ :span="4"
|
|
|
+ style="width: 150px; float: right"
|
|
|
+ v-if="powers.some((i) => i == '089') && !isSupertube"
|
|
|
+ >
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
@click="statusConfirm"
|
|
@@ -97,47 +79,74 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|
|
|
+ <el-row style="padding: 10px 0 0 0">
|
|
|
+ <el-col :span="4" style="width: 200px">
|
|
|
+ <el-select
|
|
|
+ :size="searchSize"
|
|
|
+ v-model="parmValue.status"
|
|
|
+ filterable
|
|
|
+ clearable
|
|
|
+ placeholder="状态"
|
|
|
+ style="width: 100%"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in statusOptions"
|
|
|
+ :key="'status' + item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" style="width: 151px; padding: 0 0 0 10px">
|
|
|
+ <el-select
|
|
|
+ :size="searchSize"
|
|
|
+ v-model="parmValue.order_type"
|
|
|
+ filterable
|
|
|
+ clearable
|
|
|
+ placeholder="商品类型"
|
|
|
+ style="width: 100%"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in cg_order_type_options"
|
|
|
+ :key="'order_type' + item.id"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.id"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
|
|
|
- <el-row style="margin-top:10px">
|
|
|
- <el-col :span="6" style="width: 500px; padding: 0 0 0 0px">
|
|
|
- <el-input
|
|
|
- clearable
|
|
|
- placeholder="关键字"
|
|
|
- v-model="input"
|
|
|
- maxlength="40"
|
|
|
- :size="searchSize"
|
|
|
- class="input-with-select"
|
|
|
- @blur="
|
|
|
- pageInfo.curr = 1;
|
|
|
- parmValue.page = 1;
|
|
|
- searchList();
|
|
|
- "
|
|
|
- >
|
|
|
- <el-select
|
|
|
- v-model="select"
|
|
|
- style="width: 125px"
|
|
|
- slot="prepend"
|
|
|
- placeholder="关键字类型"
|
|
|
- @change="
|
|
|
- pageInfo.curr = 1;
|
|
|
- parmValue.page = 1;
|
|
|
- searchList();
|
|
|
- "
|
|
|
- >
|
|
|
- <el-option label="采购单编号" value="1"></el-option>
|
|
|
- <!-- <el-option label="入库单编号" value="2"></el-option> -->
|
|
|
- <!-- 列表未渲染备库编号,注释 -->
|
|
|
- <!-- <el-option label="备库编号" value="3"></el-option> -->
|
|
|
- <el-option label="商品成本编号" value="4"></el-option>
|
|
|
- <el-option label="商品名称" value="5"></el-option>
|
|
|
- <el-option label="商品创建人" value="6"></el-option>
|
|
|
- <!-- <el-option label="采购供应商编号" value="7"></el-option> -->
|
|
|
- <!-- <el-option label="采购供应商名称" value="10"></el-option> -->
|
|
|
- <el-option label="订单编号" value="8"></el-option>
|
|
|
- <el-option label="商品创建人部门" value="9"></el-option>
|
|
|
- </el-select>
|
|
|
- </el-input>
|
|
|
- </el-col>
|
|
|
+ <el-col :span="4" style="width: 151px; padding: 0 0 0 10px">
|
|
|
+ <el-select
|
|
|
+ :size="searchSize"
|
|
|
+ v-model="parmValue.order_source"
|
|
|
+ filterable
|
|
|
+ clearable
|
|
|
+ placeholder="订单来源"
|
|
|
+ style="width: 100%"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-option
|
|
|
+ v-for="item in cg_order_source_options"
|
|
|
+ :key="'order_type' + item.id"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.id"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
|
|
|
<el-col :span="4" style="width: 66px; float: right">
|
|
|
<el-button
|
|
@@ -151,23 +160,8 @@
|
|
|
</el-col>
|
|
|
<!-- 暂时注释,下版需要导出 -->
|
|
|
<!---->
|
|
|
- <el-col :span="4" style="width: 66px; float: right" v-if="powers.some((i) => i == '087') && !isSupertube">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- style="margin-left: 30px"
|
|
|
- @click="download"
|
|
|
- :size="searchSize"
|
|
|
- class="fr"
|
|
|
- >
|
|
|
- 导出
|
|
|
- </el-button>
|
|
|
- </el-col>
|
|
|
|
|
|
- <el-col
|
|
|
- :span="4"
|
|
|
- style="width: 66px; float: right"
|
|
|
- v-if="!isSupertube"
|
|
|
- >
|
|
|
+ <el-col :span="4" style="width: 80px; float: right" v-if="!isSupertube">
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
@click="handleBatchIn"
|
|
@@ -180,7 +174,7 @@
|
|
|
</el-row>
|
|
|
|
|
|
<el-row style="padding: 10px 0 0 0">
|
|
|
- <el-col :span="4" style="margin-right: 10px">
|
|
|
+ <el-col :span="4" style="width: 350px">
|
|
|
<search-work-company
|
|
|
:value="parmValue.companyNo"
|
|
|
:placeholder="'业务公司'"
|
|
@@ -189,28 +183,60 @@
|
|
|
/>
|
|
|
</el-col>
|
|
|
|
|
|
-
|
|
|
- <el-col :span="4" style="width: 150px">
|
|
|
- <el-select
|
|
|
- :size="searchSize"
|
|
|
- v-model="parmValue.order_source"
|
|
|
- filterable
|
|
|
+ <el-col :span="4" style="width: 400px; padding: 0 0 0 10px">
|
|
|
+ <el-input
|
|
|
clearable
|
|
|
- placeholder="订单来源"
|
|
|
- style="width: 100%"
|
|
|
- @change="
|
|
|
+ placeholder="关键字"
|
|
|
+ v-model="input"
|
|
|
+ maxlength="40"
|
|
|
+ :size="searchSize"
|
|
|
+ class="input-with-select"
|
|
|
+ @blur="
|
|
|
pageInfo.curr = 1;
|
|
|
parmValue.page = 1;
|
|
|
searchList();
|
|
|
"
|
|
|
>
|
|
|
- <el-option
|
|
|
- v-for="item in cg_order_source_options"
|
|
|
- :key="'status' + item.id"
|
|
|
- :label="item.label"
|
|
|
- :value="item.id"
|
|
|
- />
|
|
|
- </el-select>
|
|
|
+ <el-select
|
|
|
+ v-model="select"
|
|
|
+ style="width: 140px"
|
|
|
+ slot="prepend"
|
|
|
+ placeholder="关键字类型"
|
|
|
+ @change="
|
|
|
+ pageInfo.curr = 1;
|
|
|
+ parmValue.page = 1;
|
|
|
+ searchList();
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-option label="采购单编号" value="1"></el-option>
|
|
|
+ <el-option label="订单编号" value="8"></el-option>
|
|
|
+ <!-- <el-option label="入库单编号" value="2"></el-option> -->
|
|
|
+ <!-- 列表未渲染备库编号,注释 -->
|
|
|
+ <!-- <el-option label="备库编号" value="3"></el-option> -->
|
|
|
+ <el-option label="商品成本编号" value="4"></el-option>
|
|
|
+ <el-option label="商品名称" value="5"></el-option>
|
|
|
+ <el-option label="商品创建人" value="6"></el-option>
|
|
|
+ <!-- <el-option label="采购供应商编号" value="7"></el-option> -->
|
|
|
+ <!-- <el-option label="采购供应商名称" value="10"></el-option> -->
|
|
|
+
|
|
|
+ <el-option label="商品创建人部门" value="9"></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-input>
|
|
|
+ </el-col>
|
|
|
+ <el-col
|
|
|
+ :span="4"
|
|
|
+ style="width: 66px; float: right"
|
|
|
+ v-if="powers.some((i) => i == '087') && !isSupertube"
|
|
|
+ >
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ style="margin-left: 30px"
|
|
|
+ @click="download"
|
|
|
+ :size="searchSize"
|
|
|
+ class="fr"
|
|
|
+ >
|
|
|
+ 导出
|
|
|
+ </el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -236,8 +262,9 @@
|
|
|
:size="tablebtnSize"
|
|
|
v-text="
|
|
|
(
|
|
|
- cg_order_source_options.find((item) => item.id == scope.row.order_source) ||
|
|
|
- {}
|
|
|
+ cg_order_source_options.find(
|
|
|
+ (item) => item.id == scope.row.order_source
|
|
|
+ ) || {}
|
|
|
).label || '--'
|
|
|
"
|
|
|
></el-tag>
|
|
@@ -405,36 +432,36 @@ export default {
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
- async handleBatchIn(){
|
|
|
- if(this.tableSelection.length === 0){
|
|
|
+ async handleBatchIn() {
|
|
|
+ if (this.tableSelection.length === 0) {
|
|
|
this.$message.warning("请选择至少一条采购单");
|
|
|
- return
|
|
|
+ return;
|
|
|
}
|
|
|
|
|
|
- for(let i = 0; i < this.tableSelection.length; i++){
|
|
|
+ for (let i = 0; i < this.tableSelection.length; i++) {
|
|
|
const item = this.tableSelection[i];
|
|
|
|
|
|
- if(item.order_type === "1"){
|
|
|
+ if (item.order_type === "1") {
|
|
|
this.$message.warning("选择的采购单中不能包含库存品");
|
|
|
- return
|
|
|
+ return;
|
|
|
}
|
|
|
|
|
|
- if(item.can && item.can[0].id === 6){
|
|
|
+ if (item.can && item.can[0].id === 6) {
|
|
|
this.$message.warning("选择的采购单中不能包含贵金属");
|
|
|
- return
|
|
|
+ return;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- const cgdNo = this.tableSelection.map(item => item.cgdNo)
|
|
|
- const { code, message } = await asyncRequest.orderBatchIn({cgdNo})
|
|
|
+ const cgdNo = this.tableSelection.map((item) => item.cgdNo);
|
|
|
+ const { code, message } = await asyncRequest.orderBatchIn({ cgdNo });
|
|
|
|
|
|
- switch(code){
|
|
|
+ switch (code) {
|
|
|
case 0:
|
|
|
this.searchList();
|
|
|
break;
|
|
|
default:
|
|
|
this.$message.warning(message);
|
|
|
- break
|
|
|
+ break;
|
|
|
}
|
|
|
},
|
|
|
companyNosearchChange({ code }) {
|