|
@@ -27,7 +27,12 @@
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-item label="订单类型">
|
|
|
- <a-input placeholder="请输入订单类型" v-model="queryParam.orderType"></a-input>
|
|
|
+ <a-select v-model="queryParam.orderType" placeholder="请选择订单类型" >
|
|
|
+ <a-select-option value="">请选择</a-select-option>
|
|
|
+ <a-select-option value="采购订单">采购订单</a-select-option>
|
|
|
+ <a-select-option value="委外订单">委外订单</a-select-option>
|
|
|
+ </a-select>
|
|
|
+ <!-- <a-input placeholder="请输入" v-model="queryParam.orderType"></a-input> -->
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
|
|
@@ -141,16 +146,15 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '订单号',
|
|
|
- width: 140,
|
|
|
+ width: 160,
|
|
|
align: 'left',
|
|
|
dataIndex: 'csrccode',
|
|
|
- ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
|
{
|
|
|
title: '计划单号',
|
|
|
- width: 140,
|
|
|
+ width: 100,
|
|
|
dataIndex: 'cplanLotNumber',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|