|
|
|
@ -71,11 +71,18 @@
|
|
|
|
width="160"
|
|
|
|
width="160"
|
|
|
|
title="订单项目"
|
|
|
|
title="订单项目"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
<vxe-column
|
|
|
|
|
|
|
|
header-align="center"
|
|
|
|
|
|
|
|
field="accompany_product.price"
|
|
|
|
|
|
|
|
width="160"
|
|
|
|
|
|
|
|
title="项目金额"
|
|
|
|
|
|
|
|
/>
|
|
|
|
<vxe-column
|
|
|
|
<vxe-column
|
|
|
|
header-align="center"
|
|
|
|
header-align="center"
|
|
|
|
field="price"
|
|
|
|
field="price"
|
|
|
|
width="160"
|
|
|
|
width="160"
|
|
|
|
title="订单金额"
|
|
|
|
title="订单金额"
|
|
|
|
|
|
|
|
:edit-render="{ name: 'input', attrs: { type: 'text' } }"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<vxe-column
|
|
|
|
<vxe-column
|
|
|
|
header-align="center"
|
|
|
|
header-align="center"
|
|
|
|
@ -251,7 +258,8 @@ export default {
|
|
|
|
tableData: [],
|
|
|
|
tableData: [],
|
|
|
|
form: {
|
|
|
|
form: {
|
|
|
|
id: '',
|
|
|
|
id: '',
|
|
|
|
pay_status: ''
|
|
|
|
pay_status: '',
|
|
|
|
|
|
|
|
price:0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
validRules: {
|
|
|
|
validRules: {
|
|
|
|
pay_status: [{ 'required': true, 'message': '标题必填' }]
|
|
|
|
pay_status: [{ 'required': true, 'message': '标题必填' }]
|
|
|
|
@ -368,7 +376,7 @@ export default {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
const res = await index({
|
|
|
|
const res = await index({
|
|
|
|
...this.select,
|
|
|
|
...this.select,
|
|
|
|
show_relation:['accompanyProduct'],
|
|
|
|
show_relation:['accompanyProduct','userArchive'],
|
|
|
|
filter:[{
|
|
|
|
filter:[{
|
|
|
|
key:'id',
|
|
|
|
key:'id',
|
|
|
|
op:'eq',
|
|
|
|
op:'eq',
|
|
|
|
|