|
@@ -47,6 +47,11 @@
|
|
<a-input id="releaseRecordList-customerMobile" allowClear :maxLength="11" v-model=" queryParam.customerMobile" placeholder="请输入用户账号" />
|
|
<a-input id="releaseRecordList-customerMobile" allowClear :maxLength="11" v-model=" queryParam.customerMobile" placeholder="请输入用户账号" />
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
|
|
+ <a-col :span="6">
|
|
|
|
+ <a-form-item label="投递方式" :label-col="{ span:7 }" :wrapper-col="{ span:17}">
|
|
|
|
+ <v-select code="ENABLE_FLAG" v-model="queryParam.loginFlag" allowClear placeholder="请选择投递方式" id="releaseRecordList-customerMobile"></v-select>
|
|
|
|
+ </a-form-item>
|
|
|
|
+ </a-col>
|
|
</a-row>
|
|
</a-row>
|
|
</a-form>
|
|
</a-form>
|
|
</div>
|
|
</div>
|
|
@@ -129,15 +134,16 @@ export default {
|
|
{ title: '网点名称', dataIndex: 'stationName', width: 200, align: 'center' },
|
|
{ title: '网点名称', dataIndex: 'stationName', width: 200, align: 'center' },
|
|
{ title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
|
|
{ title: '设备编号', dataIndex: 'srcDeviceCode', width: 200, align: 'center' },
|
|
{ title: '用户账号', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
{ title: '用户账号', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
- { title: '本次兑换乐豆(个)', dataIndex: 'goldNum', width: 200, align: 'center' },
|
|
|
|
|
|
+ { title: '投递方式', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
|
|
+ { title: '本次兑换乐豆(个)', dataIndex: 'goldNum', width: 100, align: 'center' },
|
|
{ title: '内置各箱体投放重量(g)',
|
|
{ title: '内置各箱体投放重量(g)',
|
|
children: [
|
|
children: [
|
|
- { title: '废旧衣物', width: 200, align: 'center', scopedSlots: { customRender: 'one' } },
|
|
|
|
- { title: '废旧纸张', width: 200, align: 'center', scopedSlots: { customRender: 'two' } },
|
|
|
|
- { title: '废旧塑料', width: 200, align: 'center', scopedSlots: { customRender: 'three' } },
|
|
|
|
- { title: '废旧金属', width: 200, align: 'center', scopedSlots: { customRender: 'four' } },
|
|
|
|
- { title: '有害垃圾', width: 200, align: 'center', scopedSlots: { customRender: 'five' } },
|
|
|
|
- { title: '废旧金属/塑料', width: 200, align: 'center', scopedSlots: { customRender: 'six' } }
|
|
|
|
|
|
+ { title: '废旧衣物', width: 100, align: 'center', scopedSlots: { customRender: 'one' } },
|
|
|
|
+ { title: '废旧纸张', width: 100, align: 'center', scopedSlots: { customRender: 'two' } },
|
|
|
|
+ { title: '废旧塑料', width: 100, align: 'center', scopedSlots: { customRender: 'three' } },
|
|
|
|
+ { title: '废旧金属', width: 100, align: 'center', scopedSlots: { customRender: 'four' } },
|
|
|
|
+ { title: '有害垃圾', width: 100, align: 'center', scopedSlots: { customRender: 'five' } },
|
|
|
|
+ { title: '废旧金属/塑料', width: 100, align: 'center', scopedSlots: { customRender: 'six' } }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
|
|
|