| | |
| | | <template> |
| | | <div class="mod-config"> |
| | | <basic-container> |
| | | <!-- <ttable |
| | | <ttable |
| | | :table="table" |
| | | :isShowHide="true" |
| | | :ajaxFun="ajaxFun" |
| | |
| | | :options="options" |
| | | ref="processconfiguration" |
| | | > |
| | | <template #toolbar></template> |
| | | </ttable> --> |
| | | <div>开发中。。。</div> |
| | | <template #toolbar> |
| | | |
| | | </template> |
| | | </ttable> |
| | | </basic-container> |
| | | </div> |
| | | </template> |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'packageNo', |
| | | label: '包装编号', |
| | | label: '设备', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | },{ |
| | | minWidth: '140', |
| | | prop: 'outBatchNo', |
| | | label: '批次号', |
| | | label: '模具编号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'partNo', |
| | | label: '产品编号', |
| | | label: '模具名称', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'partName', |
| | | label: '产品名称', |
| | | label: '工序', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'specs', |
| | | label: '规格型号', |
| | | label: '工步', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'unit', |
| | | label: '单位', |
| | | label: '批号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '数量', |
| | | label: '产量', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '寿命转换系数', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '使用量', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '140', |
| | | prop: 'number', |
| | | label: '报工单号', |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'text', |
| | | }, |
| | | { |
| | | minWidth: '130', |
| | | prop: 'createTime', |
| | | label: '入库时间', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | | searchInfoType: 'datetimerange', |
| | | formatter: this.formatDateTime, |
| | | }, |
| | | { |
| | | minWidth: '130', |
| | | prop: 'createUser', |
| | | label: '创建人', |
| | | label: '状态', |
| | | sort: true, |
| | | isTrue: true, |
| | | isSearch: true, |
| | |
| | | }, |
| | | } |
| | | }, |
| | | |
| | | // computed: { |
| | | // ...mapGetters(['permissions']) |
| | | // }, |
| | | components: { |
| | | ttable |
| | | }, |