|
|
|
@ -6,15 +6,7 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="4">
|
|
|
|
|
<el-form-item label="船号:">
|
|
|
|
|
<el-select v-model="request.dcCh" placeholder="船号" clearable>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in ShipNoList"
|
|
|
|
|
:key="item.cbbm"
|
|
|
|
|
:label="item.cbbm"
|
|
|
|
|
:value="item.cbbm"
|
|
|
|
|
>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<ProjectSelect ref="projectSelectRef" :_style="{width:'200px'}"/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="4">
|
|
|
|
@ -39,7 +31,6 @@
|
|
|
|
|
<el-button type="success" @click="toolbarButtonClickEvent('submit')"
|
|
|
|
|
>提交</el-button
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
<el-button type="primary" @click="initList()">查询</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -101,12 +92,13 @@ import { getCzxx } from "@/api/jhzx/qfxq";
|
|
|
|
|
import {getToken} from "@/utils/auth";
|
|
|
|
|
import {endLoading, startLoading} from "@/utils";
|
|
|
|
|
import {Message} from "element-ui";
|
|
|
|
|
import ProjectSelect from "@/components/ProjectSelect/index.vue";
|
|
|
|
|
export default {
|
|
|
|
|
name: "dhqdWH",
|
|
|
|
|
components: {ProjectSelect},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
request: {
|
|
|
|
|
dcCh: "",
|
|
|
|
|
Zt: "0",
|
|
|
|
|
},
|
|
|
|
|
list: [],
|
|
|
|
@ -458,6 +450,69 @@ export default {
|
|
|
|
|
],
|
|
|
|
|
filterRender: { name: "FilterCombination" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: "plzlsl",
|
|
|
|
|
title: "批量组立数量",
|
|
|
|
|
align: "center",
|
|
|
|
|
minWidth: "90",
|
|
|
|
|
filters: [
|
|
|
|
|
{
|
|
|
|
|
data: {
|
|
|
|
|
checks: [],
|
|
|
|
|
sVal: "",
|
|
|
|
|
sMenu: "",
|
|
|
|
|
fType1: "",
|
|
|
|
|
fVal1: "",
|
|
|
|
|
fMode: "and",
|
|
|
|
|
fType2: "",
|
|
|
|
|
fVal2: "",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
filterRender: { name: "FilterCombination" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: "kdzlsl",
|
|
|
|
|
title: "跨道组立数量",
|
|
|
|
|
align: "center",
|
|
|
|
|
minWidth: "90",
|
|
|
|
|
filters: [
|
|
|
|
|
{
|
|
|
|
|
data: {
|
|
|
|
|
checks: [],
|
|
|
|
|
sVal: "",
|
|
|
|
|
sMenu: "",
|
|
|
|
|
fType1: "",
|
|
|
|
|
fVal1: "",
|
|
|
|
|
fMode: "and",
|
|
|
|
|
fType2: "",
|
|
|
|
|
fVal2: "",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
filterRender: { name: "FilterCombination" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: "ptybsl",
|
|
|
|
|
title: "平铁用板数量",
|
|
|
|
|
align: "center",
|
|
|
|
|
minWidth: "90",
|
|
|
|
|
filters: [
|
|
|
|
|
{
|
|
|
|
|
data: {
|
|
|
|
|
checks: [],
|
|
|
|
|
sVal: "",
|
|
|
|
|
sMenu: "",
|
|
|
|
|
fType1: "",
|
|
|
|
|
fVal1: "",
|
|
|
|
|
fMode: "and",
|
|
|
|
|
fType2: "",
|
|
|
|
|
fVal2: "",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
filterRender: { name: "FilterCombination" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: "Zt",
|
|
|
|
|
title: "状态",
|
|
|
|
@ -517,7 +572,7 @@ export default {
|
|
|
|
|
// 获取列表接口
|
|
|
|
|
initList() {
|
|
|
|
|
getList({
|
|
|
|
|
...this.request,
|
|
|
|
|
...this.request,dcCh:this.$refs.projectSelectRef.getDcch()
|
|
|
|
|
}).then((res) => {
|
|
|
|
|
if (res.success) {
|
|
|
|
|
this.list = res.data;
|
|
|
|
|