|
|
|
@ -10,8 +10,8 @@ |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :sm="5"> |
|
|
|
|
<a-form-model-item label="设备" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="organizer"> |
|
|
|
|
<a-input v-model="queryParam.accessoriesId" placeholder="请输入设备名称" ></a-input> |
|
|
|
|
<a-form-model-item label="辅料" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="organizer"> |
|
|
|
|
<a-input v-model="queryParam.accessoriesId" placeholder="请输入辅料名称" ></a-input> |
|
|
|
|
</a-form-model-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
|
@ -129,7 +129,7 @@ |
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
sm: { span: 16 }, |
|
|
|
|
}, |
|
|
|
|
description: '面料表管理页面', |
|
|
|
|
description: '辅料表管理页面', |
|
|
|
|
// 表头 |
|
|
|
|
columns: [ |
|
|
|
|
{ |
|
|
|
@ -153,12 +153,12 @@ |
|
|
|
|
dataIndex: 'processId_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'面料编号', |
|
|
|
|
title:'辅料编号', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'accessoriesId' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'面料', |
|
|
|
|
title:'辅料', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'accessoriesId_dictText' |
|
|
|
|
}, |
|
|
|
|