|
|
|
@ -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', |
|
|
|
@ -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', |
|
|
|
@ -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() { |
|
|
|
|