|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
<template> |
|
|
|
|
<!-- <a-card :bordered="false">--> |
|
|
|
|
<!-- <a-card :bordered="false">--> |
|
|
|
|
<a-modal |
|
|
|
|
width="70%" |
|
|
|
|
title="评分项管理" |
|
|
|
@ -9,12 +9,12 @@ |
|
|
|
|
@cancel="handleCancel" |
|
|
|
|
> |
|
|
|
|
<!-- 查询区域 --> |
|
|
|
|
<!-- <div class="table-page-search-wrapper">--> |
|
|
|
|
<!-- <a-form layout="inline" @keyup.enter.native="searchQuery">--> |
|
|
|
|
<!-- <a-row :gutter="24">--> |
|
|
|
|
<!-- </a-row>--> |
|
|
|
|
<!-- </a-form>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- <div class="table-page-search-wrapper">--> |
|
|
|
|
<!-- <a-form layout="inline" @keyup.enter.native="searchQuery">--> |
|
|
|
|
<!-- <a-row :gutter="24">--> |
|
|
|
|
<!-- </a-row>--> |
|
|
|
|
<!-- </a-form>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
<!-- 查询区域-END --> |
|
|
|
|
|
|
|
|
|
<!-- 操作按钮区域 --> |
|
|
|
@ -84,9 +84,6 @@ |
|
|
|
|
</a-button> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<!-- <span slot="action2" slot-scope="text, record">--> |
|
|
|
|
<!-- <a @click="viewVid(record)">查看</a>--> |
|
|
|
|
<!-- </span>--> |
|
|
|
|
<span slot="action" slot-scope="text, record"> |
|
|
|
|
<a @click="handleEdit(record)">编辑</a> |
|
|
|
|
|
|
|
|
@ -96,26 +93,14 @@ |
|
|
|
|
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)"> |
|
|
|
|
<a>删除</a> |
|
|
|
|
</a-popconfirm> |
|
|
|
|
<!-- <a-dropdown> |
|
|
|
|
<a class="ant-dropdown-link">更多 <a-icon type="down" /></a> |
|
|
|
|
<a-menu slot="overlay"> |
|
|
|
|
<a-menu-item> |
|
|
|
|
<a @click="handleDetail(record)">详情</a> |
|
|
|
|
</a-menu-item> |
|
|
|
|
<a-menu-item> |
|
|
|
|
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)"> |
|
|
|
|
<a>删除</a> |
|
|
|
|
</a-popconfirm> |
|
|
|
|
</a-menu-item> |
|
|
|
|
</a-menu> |
|
|
|
|
</a-dropdown>--> |
|
|
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
</a-table> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<zy-cloths-modular-compent-modal ref="modalForm" @ok="modalFormOk"></zy-cloths-modular-compent-modal> |
|
|
|
|
<!-- <ZyClothsMccList ref="ZyClothsMccList"></ZyClothsMccList>--> |
|
|
|
|
|
|
|
|
|
</a-modal> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -125,7 +110,7 @@ import '@/assets/less/TableExpand.less' |
|
|
|
|
import {mixinDevice} from '@/utils/mixin' |
|
|
|
|
import {JeecgListMixin} from '@/mixins/JeecgListMixin' |
|
|
|
|
import ZyClothsModularCompentModal from './modules/ZyClothsModularCompentModal' |
|
|
|
|
import ZyClothsMccList from "@views/process/ZyClothsMccList"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: 'ZyClothsModularCompentList', |
|
|
|
@ -138,7 +123,7 @@ export default { |
|
|
|
|
description: '制衣模块部件中间表管理页面', |
|
|
|
|
visible: false, |
|
|
|
|
confirmLoading: false, |
|
|
|
|
yid:'', |
|
|
|
|
yid: '', |
|
|
|
|
// 表头 |
|
|
|
|
columns: [ |
|
|
|
|
{ |
|
|
|
@ -156,26 +141,6 @@ export default { |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'nums' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '模块部件名称', |
|
|
|
|
// align: "center", |
|
|
|
|
// dataIndex: 'modularType_dictText' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'制衣模块类型', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'modularType_dictText' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title: '制衣部件名称', |
|
|
|
|
// align: "center", |
|
|
|
|
// dataIndex: 'partsName' |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// title:'部件id', |
|
|
|
|
// align:"center", |
|
|
|
|
// dataIndex: 'componentId' |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
title: '模块名称', |
|
|
|
@ -192,13 +157,7 @@ export default { |
|
|
|
|
align: "center", |
|
|
|
|
dataIndex: 'createTime' |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// title: '制衣部件', |
|
|
|
|
// dataIndex: 'action2', |
|
|
|
|
// align: "center", |
|
|
|
|
// width: "100", |
|
|
|
|
// scopedSlots: {customRender: 'action2'} |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
@ -235,7 +194,7 @@ export default { |
|
|
|
|
//console.log(topicid); |
|
|
|
|
this.yid = this.model.id; |
|
|
|
|
this.queryParam.modularId = this.model.id; |
|
|
|
|
console.log( "aaaaaaa "+this.queryParam.modularId); |
|
|
|
|
console.log("aaaaaaa " + this.queryParam.modularId); |
|
|
|
|
this.loadData(); |
|
|
|
|
this.visible = true; |
|
|
|
|
}, |
|
|
|
@ -254,11 +213,7 @@ export default { |
|
|
|
|
console.log('Clicked cancel button'); |
|
|
|
|
this.visible = false; |
|
|
|
|
}, |
|
|
|
|
// viewVid(record){ |
|
|
|
|
// this.$refs.ZyClothsMccList.showModal(); |
|
|
|
|
// this.$refs.ZyClothsMccList.edit(record); |
|
|
|
|
// this.$refs.ZyClothsMccList.disableSubmit = false; |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
initDictConfig() { |
|
|
|
|
}, |
|
|
|
|
getSuperFieldList() { |
|
|
|
|