Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
| | |
| | | {field: 'modifyTime', width: 100, title: '修改时间',}, |
| | | ],//表头参数 |
| | | data: null,//表格数据 |
| | | toolbarConfig: { |
| | | buttons: [ |
| | | ], |
| | | import: false, |
| | | // export: true, |
| | | // print: true, |
| | | zoom: true, |
| | | custom: true |
| | | }, |
| | | //右键菜单选项 |
| | | menuConfig: { |
| | | body: { |
| | |
| | | ] |
| | | }, |
| | | }, |
| | | toolbarConfig: { |
| | | buttons: [], |
| | | slots: { |
| | | buttons: "toolbar_buttons" |
| | | }, |
| | | }, |
| | | |
| | | }) |
| | | // 定义操作配置对象数组,集中管理不同操作选项对应的参数 |
| | | const operationConfigs = [ |
| | |
| | | |
| | | <template> |
| | | <div id="mange"> |
| | | <div id="select"> |
| | | <div id="select" style=""> |
| | | <span>优化日期</span> |
| | | <el-date-picker |
| | | style="margin-left:10px; margin-top: -5px; " |
| | | style="margin-left:10px; margin-top: -10px; " |
| | | v-model="orderInfo.workOrderDate" |
| | | :default-time="defaultTime" |
| | | :start-placeholder="$t('basicData.startDate')" |
| | |
| | | height: 85%; |
| | | } |
| | | |
| | | :deep(.vxe-button.type--button.is--circle) { |
| | | margin-top: -20px; |
| | | } |
| | | |
| | | #last { |
| | | margin-top: 10px; |
| | | } |
| | |
| | | slots:{ |
| | | buttons: "toolbar_buttons" |
| | | }, |
| | | zoom: true, |
| | | custom: true |
| | | }, |
| | | |
| | | }) |
| | |
| | | </template> |
| | | |
| | | <style scoped> |
| | | :deep(.vxe-tools--operate){ |
| | | height: 20px; |
| | | margin-top: -20px; |
| | | } |
| | | |
| | | </style> |
| | |
| | | slots:{ |
| | | buttons: "toolbar_buttons" |
| | | }, |
| | | zoom: true, |
| | | custom: true |
| | | }, |
| | | |
| | | }) |
| | |
| | | |
| | | <style scoped> |
| | | |
| | | :deep(.vxe-tools--operate){ |
| | | height: 20px; |
| | | margin-top: -20px; |
| | | } |
| | | </style> |
| | |
| | | }, |
| | | ],//表头参数 |
| | | data: null,//表格数据 |
| | | toolbarConfig: { |
| | | buttons: [ |
| | | ], |
| | | import: false, |
| | | // export: true, |
| | | // print: true, |
| | | zoom: true, |
| | | custom: true |
| | | }, |
| | | //右键菜单 |
| | | menuConfig: { |
| | | body: { |
| | |
| | | }, |
| | | }, |
| | | }) |
| | | const processCardColumns = reactive([ |
| | | const processCardColumns = reactive({ |
| | | columns:[ |
| | | {field: 'process_id', title: '流程卡', width: 200, align: 'center'}, |
| | | {field: 'project', title: '项目名', width: 150, align: 'center'}, |
| | | {field: 'order_number', title: '订序', width: 100, align: 'center'}, |
| | | {field: 'sizes', title: '尺寸', width: 200, align: 'center'}, |
| | | {field: 'layer', title: '层', width: 100, align: 'center'}, |
| | | {field: 'quantity', title: '数量', width: 100, align: 'center'} |
| | | ]); |
| | | ], |
| | | toolbarConfig: { |
| | | buttons: [ |
| | | ], |
| | | import: false, |
| | | // export: true, |
| | | // print: true, |
| | | |
| | | }, |
| | | }); |
| | | |
| | | // 右键菜单 |
| | | const operationConfigs = [ |
| | |
| | | <template> |
| | | <div style="width: 100%;height: 85%;"> |
| | | <!-- 头部 --> |
| | | <div id="header" style="background-color: white"> |
| | | <div id="header" > |
| | | <!--工程文件菜单--> |
| | | <el-dropdown @command="handleCommand"> |
| | | <el-button type="primary" :icon="Folder" style="margin-top: 8px; margin-left: 5px"> |
| | |
| | | <optimize-compute/> |
| | | </el-dialog> |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | <!-- 表格容器 --> |
| | |
| | | height="100%" |
| | | class="right-table" |
| | | :data="processCardData" |
| | | :columns="processCardColumns" |
| | | v-bind="processCardColumns" |
| | | v-if="showProcessCardTable" |
| | | :header-cell-style="{'height': '51.9px'}" |
| | | > |
| | |
| | | width: 40%; |
| | | } |
| | | |
| | | :deep(.vxe-toolbar){ |
| | | height: 40px; |
| | | } |
| | | |
| | | #header { |
| | | height: 50px; |
| | | display: flex; |