| | |
| | | </el-col> |
| | | |
| | | <right-toolbar |
| | | v-model:showSearch="showSearch" |
| | | :search="false" |
| | | @queryTable="getList" |
| | | ></right-toolbar> |
| | | </el-row> |
| | |
| | | const multiple = ref(true); |
| | | const total = ref(0); |
| | | const title = ref(""); |
| | | const height = ref(document.documentElement.clientHeight - 270 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight-180 + "px;"); |
| | | const columnsVersion = ref(0); |
| | | const data = reactive({ |
| | | // form: {}, |
| | |
| | | title: "主件料号", |
| | | field: "mainPartNumber", |
| | | width: 150, |
| | | fixed:"left" |
| | | }, |
| | | { |
| | | title: "业务类型", |
| | | field: "businessType", |
| | | width: 150, |
| | | width: 120, |
| | | fixed:"left" |
| | | }, |
| | | { |
| | | title: "单据号", |
| | | field: "documentNumber", |
| | | width: 200, |
| | | width: 160, |
| | | fixed:"left" |
| | | }, |
| | | // { |
| | | // title: "当前工序号", |
| | |
| | | title: "需求分类", |
| | | field: "requirementType", |
| | | width: 100, |
| | | fixed:"left" |
| | | }, |
| | | { |
| | | title: "单据状态", |
| | | field: "documentStatus", |
| | | width: 100, |
| | | fixed:"left" |
| | | }, |
| | | { |
| | | title: "当前工序", |