|
@@ -14,18 +14,18 @@
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
- <a-form-item label="类型" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
|
|
|
|
+ <a-form-item label="变动类型" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
<v-select
|
|
<v-select
|
|
v-model="queryParam.changeType"
|
|
v-model="queryParam.changeType"
|
|
ref="changeType"
|
|
ref="changeType"
|
|
id="LdDetails-status"
|
|
id="LdDetails-status"
|
|
code="GOLD_CHANGE_TYPE"
|
|
code="GOLD_CHANGE_TYPE"
|
|
- placeholder="请选择订单状态"
|
|
|
|
|
|
+ placeholder="请选择"
|
|
allowClear></v-select>
|
|
allowClear></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :span="6">
|
|
<a-col :span="6">
|
|
- <a-form-item label="原因" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
|
|
|
|
+ <a-form-item label="变动原因" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
<v-select
|
|
<v-select
|
|
v-model="queryParam.operateType"
|
|
v-model="queryParam.operateType"
|
|
ref="operateType"
|
|
ref="operateType"
|
|
@@ -79,9 +79,9 @@ export default {
|
|
columns: [
|
|
columns: [
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
{ title: '创建时间', dataIndex: 'createDate', width: 200, align: 'center' },
|
|
{ title: '创建时间', dataIndex: 'createDate', width: 200, align: 'center' },
|
|
- { title: '类型', dataIndex: 'changeTypeDictValue', width: 200, align: 'center' },
|
|
|
|
- { title: '原因', dataIndex: 'operateTypeDictValue', width: 200, align: 'center' },
|
|
|
|
- { title: '乐豆变动', dataIndex: 'changeNum', width: 200, align: 'center' },
|
|
|
|
|
|
+ { title: '变动类型', dataIndex: 'changeTypeDictValue', width: 200, align: 'center' },
|
|
|
|
+ { title: '变动原因', dataIndex: 'operateTypeDictValue', width: 200, align: 'center' },
|
|
|
|
+ { title: '乐豆变动量', dataIndex: 'changeNum', width: 200, align: 'center' },
|
|
{ title: '详情',
|
|
{ title: '详情',
|
|
dataIndex: 'remarks',
|
|
dataIndex: 'remarks',
|
|
width: 200,
|
|
width: 200,
|