| | |
| | | const shopList = ref([]); |
| | | const allShopList = ref([]); |
| | | const processList = ref([]); |
| | | const height = ref(document.documentElement.clientHeight - 260 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight - 220 + "px;"); |
| | | // 表格配置-列表 |
| | | const columns = ref([ |
| | | { type: "checkbox", width: 60, align: "center" }, |
| | |
| | | const title = ref(""); |
| | | const daterangeIntegrationDay = ref([]); |
| | | //弹窗相关 |
| | | const height = ref(document.documentElement.clientHeight - 260 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight - 230 + "px;"); |
| | | const isVisible = ref(false); |
| | | const isError = ref(false); |
| | | const planned = ref(true); |
| | |
| | | const title = ref(""); |
| | | const daterangeRequestDate = ref([]); |
| | | //弹窗相关 |
| | | const height = ref(document.documentElement.clientHeight - 260 + "px;") |
| | | const height = ref(document.documentElement.clientHeight - 230 + "px;") |
| | | const isVisible = ref(false); |
| | | const isError = ref(false); |
| | | const planned = ref(true); |
| | |
| | | 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 data = reactive({ |
| | | form: {}, |
| | |
| | | </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: "当前工序", |
| | |
| | | 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 - 220 + "px;") |
| | | |
| | | |
| | | const data = reactive({ |
| | |
| | | const isVisible = ref(false); |
| | | const isError = ref(false); |
| | | const planned = ref(true); |
| | | const height = ref(document.documentElement.clientHeight - 210 + "px;") |
| | | const height = ref(document.documentElement.clientHeight - 170 + "px;") |
| | | const exampleHeight = ref("500px"); |
| | | const uploadRef = ref(); |
| | | const exampleList = ref([]); |