|
@@ -26,58 +26,7 @@
|
|
|
<template #table-header="{}">
|
|
|
<div style="width: 100%" class="min">
|
|
|
<el-row style="padding: 0 0 0 80px">
|
|
|
- <el-col :span="24">
|
|
|
- <el-col :span="24">
|
|
|
- <el-col :span="12" style="width: 300px; padding: 0">
|
|
|
- <search-supplier
|
|
|
- :size="searchSize"
|
|
|
- :placeholder="'供应商公司'"
|
|
|
- :value="parmValue.supplier_code"
|
|
|
- @searchChange="selectSupplier"
|
|
|
- />
|
|
|
- </el-col>
|
|
|
- <el-col :span="12" style="width: 200px; padding-left: 10px">
|
|
|
- <search-stock
|
|
|
- :isDetail="true"
|
|
|
- :size="searchSize"
|
|
|
- :value="parmValue.stock_code"
|
|
|
- :disabled="isDisabled"
|
|
|
- :placeholder="'出库仓库'"
|
|
|
- :isRelation="true"
|
|
|
- :companyCode="supplier_code"
|
|
|
- :names="''"
|
|
|
- @searchChange="selectStock"
|
|
|
- />
|
|
|
- </el-col>
|
|
|
- <!-- 重置 -->
|
|
|
- <el-col :span="4" style="width: 54px; margin-left: 10px">
|
|
|
- <el-button
|
|
|
- :size="searchSize"
|
|
|
- class="fl"
|
|
|
- type="warning"
|
|
|
- @click="restSearch"
|
|
|
- >重置</el-button
|
|
|
- >
|
|
|
- </el-col>
|
|
|
- <!-- 刷新 -->
|
|
|
- <el-col
|
|
|
- :span="4"
|
|
|
- style="width: 54px; margin-left: 10px"
|
|
|
- class="fr"
|
|
|
- >
|
|
|
- <el-button
|
|
|
- :size="searchSize"
|
|
|
- type="primary"
|
|
|
- label=""
|
|
|
- @click="searchList"
|
|
|
- >刷新</el-button
|
|
|
- >
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col :span="6" style="width: 303px; padding: 10px 0 0 0">
|
|
|
+ <el-col :span="6" style="width: 303px; padding: 0 0 0 0">
|
|
|
<period-date-picker
|
|
|
:start="parmValue.start"
|
|
|
:end="parmValue.end"
|
|
@@ -86,23 +35,67 @@
|
|
|
@timeReturned="handleTime"
|
|
|
/>
|
|
|
</el-col>
|
|
|
- <el-col :span="10" style="width: 290px; padding-top: 10px">
|
|
|
+ <el-col :span="10" style="width: 290px">
|
|
|
<el-input
|
|
|
v-model="parmValue.type_code"
|
|
|
:size="searchSize"
|
|
|
placeholder="商品属性编码"
|
|
|
/>
|
|
|
</el-col>
|
|
|
- <!-- 搜索 -->
|
|
|
- <el-col :span="4" style="width: 54px; padding: 10px 0 0 0px">
|
|
|
+
|
|
|
+ <!-- 刷新 -->
|
|
|
+ <el-col :span="4" style="width: 66px" class="fr">
|
|
|
<el-button
|
|
|
:size="searchSize"
|
|
|
type="primary"
|
|
|
- class="fr"
|
|
|
- icon="el-icon-search"
|
|
|
label=""
|
|
|
@click="searchList"
|
|
|
- ></el-button>
|
|
|
+ >刷新</el-button
|
|
|
+ >
|
|
|
+ </el-col>
|
|
|
+ <!-- 重置 -->
|
|
|
+ <el-col :span="4" style="width: 66px" class="fr">
|
|
|
+ <el-button
|
|
|
+ :size="searchSize"
|
|
|
+ class="fl"
|
|
|
+ type="warning"
|
|
|
+ @click="restSearch"
|
|
|
+ >重置</el-button
|
|
|
+ >
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row style="padding: 10px 0 0 0">
|
|
|
+ <el-col :span="12" style="width: 280px">
|
|
|
+ <search-work-company
|
|
|
+ :value="parmValue.companyNo"
|
|
|
+ :names="''"
|
|
|
+ :size="searchSize"
|
|
|
+ :is-detail="id !== 'add'"
|
|
|
+ :placeholder="'业务公司'"
|
|
|
+ @searchChange="supplierChange"
|
|
|
+ />
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" style="width: 310px; padding: 0 0 0 10px">
|
|
|
+ <search-supplier
|
|
|
+ :size="searchSize"
|
|
|
+ :placeholder="'供应商公司'"
|
|
|
+ :disabled="parmValue.companyNo === ''"
|
|
|
+ :value="parmValue.supplier_code"
|
|
|
+ @searchChange="selectSupplier"
|
|
|
+ />
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" style="width: 310px; padding-left: 10px">
|
|
|
+ <search-stock
|
|
|
+ :isDetail="true"
|
|
|
+ :size="searchSize"
|
|
|
+ :value="parmValue.stock_code"
|
|
|
+ :disabled="supplier_code === ''"
|
|
|
+ :placeholder="'出库仓库'"
|
|
|
+ :isRelation="true"
|
|
|
+ :companyCode="supplier_code"
|
|
|
+ :names="''"
|
|
|
+ @searchChange="selectStock"
|
|
|
+ />
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
@@ -155,6 +148,7 @@ export default {
|
|
|
parmValue: {
|
|
|
supplier_code: [], //供应商编码
|
|
|
stock_code: [], //仓库编码
|
|
|
+ companyNo: "",
|
|
|
start: "",
|
|
|
end: "",
|
|
|
type_code: "", //商品编码
|
|
@@ -185,48 +179,47 @@ export default {
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
+ //业务公司选择
|
|
|
+ async supplierChange(e) {
|
|
|
+ const { code } = e;
|
|
|
+ this.parmValue.companyNo = code || ""; //业务公司编码
|
|
|
+ this.parmValue.supplier_code = [];
|
|
|
+ this.supplier_code = "";
|
|
|
+ this.parmValue.stock_code = [];
|
|
|
+ this.stock_code = "";
|
|
|
+ this.parmValue.page = 1;
|
|
|
+ this.pageInfo.curr = 1;
|
|
|
+ await this.searchList();
|
|
|
+ },
|
|
|
// 选择时间操作
|
|
|
- handleTime(e) {
|
|
|
- if (e && e.startTime && e.endTime) {
|
|
|
- this.parmValue.start = e.startTime;
|
|
|
- this.parmValue.end = e.endTime;
|
|
|
- } else {
|
|
|
- this.parmValue.start = "";
|
|
|
- this.parmValue.end = "";
|
|
|
- }
|
|
|
- if (this.parmValue.start != "" && this.parmValue.end) {
|
|
|
- this.searchList();
|
|
|
- }
|
|
|
+ async handleTime(e) {
|
|
|
+ this.parmValue.start = e.startTime || "";
|
|
|
+ this.parmValue.end = e.endTime || "";
|
|
|
+ this.parmValue.page = 1;
|
|
|
+ this.pageInfo.curr = 1;
|
|
|
+ await this.searchList();
|
|
|
},
|
|
|
// 选择供应商仓库
|
|
|
- selectStock(e) {
|
|
|
- if (e && e.id) {
|
|
|
- this.parmValue.stock_code = [e.code];
|
|
|
- this.stock_code = e.code;
|
|
|
- } else {
|
|
|
- this.parmValue.stock_code = [];
|
|
|
- this.stock_code = "";
|
|
|
- }
|
|
|
- if (this.parmValue.stock_code) {
|
|
|
- this.searchList();
|
|
|
- }
|
|
|
+ async selectStock(e) {
|
|
|
+ const { code } = e;
|
|
|
+ this.parmValue.stock_code = code ? [code] : [];
|
|
|
+ this.stock_code = code || "";
|
|
|
+ this.parmValue.stock_code = [];
|
|
|
+ this.stock_code = "";
|
|
|
+ this.parmValue.page = 1;
|
|
|
+ this.pageInfo.curr = 1;
|
|
|
+ await this.searchList();
|
|
|
},
|
|
|
// 选择供应商
|
|
|
- selectSupplier(e) {
|
|
|
- if (e && e.id) {
|
|
|
- this.parmValue.supplier_code = [e.code];
|
|
|
- this.supplier_code = e.code;
|
|
|
- this.isDisabled = false;
|
|
|
- } else {
|
|
|
- this.parmValue.stock_code = [];
|
|
|
- this.parmValue.supplier_code = [];
|
|
|
- this.stock_code = "";
|
|
|
- this.supplier_code = "";
|
|
|
- this.isDisabled = true;
|
|
|
- }
|
|
|
- if (this.parmValue.supplier_code) {
|
|
|
- this.searchList();
|
|
|
- }
|
|
|
+ async selectSupplier(e) {
|
|
|
+ const { code } = e;
|
|
|
+ this.parmValue.supplier_code = code ? [code] : [];
|
|
|
+ this.supplier_code = code || "";
|
|
|
+ this.parmValue.stock_code = [];
|
|
|
+ this.stock_code = "";
|
|
|
+ this.parmValue.page = 1;
|
|
|
+ this.pageInfo.curr = 1;
|
|
|
+ await this.searchList();
|
|
|
},
|
|
|
restSearch() {
|
|
|
// 表格 - 分页
|
|
@@ -238,6 +231,7 @@ export default {
|
|
|
this.parmValue = {
|
|
|
start: "",
|
|
|
end: "",
|
|
|
+ companyNo: "",
|
|
|
type_code: "", //商品编码
|
|
|
supplier_code: [],
|
|
|
stock_code: [], //仓库编码
|
|
@@ -249,18 +243,11 @@ export default {
|
|
|
|
|
|
async searchList() {
|
|
|
this.loading = true;
|
|
|
- let { page, size, stock_code, supplier_code, type_code, start, end } =
|
|
|
- this.parmValue;
|
|
|
- let model = {
|
|
|
- type_code,
|
|
|
- page,
|
|
|
- size,
|
|
|
- wsm_code: stock_code != [] ? stock_code.toString() : "",
|
|
|
- suplierNo: supplier_code != "" ? supplier_code.toString() : "",
|
|
|
- start,
|
|
|
- end,
|
|
|
- };
|
|
|
- console.log(model);
|
|
|
+ let model = JSON.parse(JSON.stringify(this.parmValue));
|
|
|
+ model.supplierNo = model.supplier_code.toString() || "";
|
|
|
+ model.wsm_code = model.stock_code.toString() || "";
|
|
|
+ delete model["supplier_code"];
|
|
|
+ delete model["stock_code"];
|
|
|
const res = await asyncRequest.list(model);
|
|
|
if (res && res.code === 0 && res.data) {
|
|
|
this.tableData = res.data.list;
|