| | |
| | | <ttable |
| | | @handleSelectionChange="handleSelectionChange" |
| | | :table="table" |
| | | :uploadInfo="uploadInfo" |
| | | :ajaxFun="ajaxFun" |
| | | :prelang="prelang" |
| | | :options="options" |
| | |
| | | </el-form-item> |
| | | <el-form-item prop="name" label="模具名称"> |
| | | <el-input v-model="editRow.name" placeholder="请输入模具名称"></el-input> |
| | | </el-form-item> |
| | | <el-form-item prop="drawingNo" label="模具图号"> |
| | | <el-input v-model="editRow.drawingNo" placeholder="请输入模具图号"></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | <span slot="footer" class="dialog-footer"> |
| | |
| | | editRow: { |
| | | code: null, |
| | | name: null, |
| | | }, |
| | | uploadInfo: { |
| | | // 是否展示上传EXCEL以及对应的url |
| | | isShow: true, |
| | | url: '/mes/mould/upload', |
| | | download: true, |
| | | fileName: '模具统计表' |
| | | }, |
| | | dialogVisible: false, |
| | | ajaxFun: fetchList, |
| | |
| | | }, |
| | | { |
| | | minWidth: '140px', |
| | | prop: 'drawingNo', |
| | | label: '模具图号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140px', |
| | | prop: 'createUser', |
| | | label: '责任人', |
| | | isTrue: true, |