代码提交

master
zhangdi 1 week ago
parent 4d5a807dd2
commit 24a49a5dd0
  1. 2
      src/views/basicData/localPlateParts/index.vue
  2. 2
      src/views/basicData/materialQuota/components/KAu.vue
  3. 2
      src/views/basicData/teamManagement.vue
  4. 114
      src/views/qualityManagement/tankSolutionSystem/components/batchDialog.vue

@ -44,7 +44,7 @@ export default {
}, },
data() { data() {
return { return {
isShowImport:false isShowImport:false,
selectionList: [], selectionList: [],
option: { option: {
height: "auto", height: "auto",

@ -47,7 +47,7 @@ export default {
}, },
data() { data() {
return { return {
isShowImport:false isShowImport:false,
selectionList: [], selectionList: [],
option: { option: {
height: "auto", height: "auto",

@ -165,7 +165,7 @@ export default {
}, },
data() { data() {
return { return {
isShowImport:false isShowImport:false,
data: [], data: [],
page: { page: {
pageSize: 10, pageSize: 10,

@ -1,40 +1,50 @@
<template> <template>
<el-dialog title="批量填报" append-to-body :modelValue="openShow" width="100%" fullscreen @close="closeDialog"> <el-dialog
<avue-crud :option="option" :table-loading="loading" :data="data" v-model:page="page" v-model="form" ref="crud" title="批量填报"
@row-update="rowUpdate" @row-save="rowSave" @row-del="rowDel" @search-change="searchChange" append-to-body
@search-reset="searchReset" @selection-change="selectionChange" @current-change="currentChange" :modelValue="openShow"
@size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad"> width="100%"
<template #meterNum="scope"> fullscreen
<div class="inpu-text"> @close="closeDialog"
<el-input v-model="input" /><i>(单位)</i> >
</div> <avue-crud
</template> :option="option"
<template #needAdd="scope"> :table-loading="loading"
<div class="inpu-text"> :data="data"
<el-input v-model="input" /><i>(单位)</i> v-model:page="page"
</div> v-model="form"
</template> ref="crud"
<template #actualAdd> @row-update="rowUpdate"
<div class="inpu-text"> @row-save="rowSave"
<el-input v-model="input" /><i>(单位)</i> @row-del="rowDel"
</div> @search-change="searchChange"
</template> @search-reset="searchReset"
<template #fuceceliangzhi> @selection-change="selectionChange"
<div class="inpu-text"> @current-change="currentChange"
<el-input v-model="input" /><i>(单位)</i> @size-change="sizeChange"
</div> @refresh-change="refreshChange"
</template> @on-load="onLoad"
>
<template #meterNum="scope">
<div class="inpu-text"><el-input v-model="input" /><i>(单位)</i></div>
</avue-crud> </template>
<template #footer> <template #needAdd="scope">
<span class="dialog-footer"> <div class="inpu-text"><el-input v-model="input" /><i>(单位)</i></div>
<el-button @click="closeDialog"> </el-button> </template>
<el-button type="primary" @click="submit"> </el-button> <template #actualAdd>
</span> <div class="inpu-text"><el-input v-model="input" /><i>(单位)</i></div>
</template> </template>
</el-dialog> <template #fuceceliangzhi>
<div class="inpu-text"><el-input v-model="input" /><i>(单位)</i></div>
</template>
</avue-crud>
<template #footer>
<span class="dialog-footer">
<el-button @click="closeDialog"> </el-button>
<el-button type="primary" @click="submit"> </el-button>
</span>
</template>
</el-dialog>
</template> </template>
<script> <script>
export default { export default {
@ -115,12 +125,12 @@ export default {
filter: true, filter: true,
span: 24, span: 24,
search: false, search: false,
width: 110 width: 110,
dicUrl: '/blade-desk/bsWorkCenter/getList', dicUrl: '/blade-desk/bsWorkCenter/getList',
props: { props: {
label: 'wcName', label: 'wcName',
value: 'id', value: 'id',
}, },
}, },
{ {
label: '作业槽', label: '作业槽',
@ -566,17 +576,17 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.inpu-text { .inpu-text {
display: flex; display: flex;
.el-input { .el-input {
height: 32px; height: 32px;
margin-top: 9px; margin-top: 9px;
} }
i { i {
font-style: normal; font-style: normal;
line-height: 50px; line-height: 50px;
padding-left: 5px; padding-left: 5px;
} }
} }
</style> </style>

Loading…
Cancel
Save