更改价格

master
lion 11 months ago
parent 64aa4c2a4d
commit 556ab91759

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

Loading…
Cancel
Save