管理打款

master
Sigo 4 years ago
parent 9cd1f217aa
commit fdb04944a1

@ -38,6 +38,7 @@ export default {
// ============================ ============================ // // ============================ ============================ //
// //
show(row) { show(row) {
row.state = 5
this.form = Object.assign({}, row); this.form = Object.assign({}, row);
this.dialogFormVisible = true this.dialogFormVisible = true
}, },

@ -249,6 +249,7 @@ export default {
}) })
.then(async () => { .then(async () => {
let form = Object.assign({}, row); let form = Object.assign({}, row);
form.state = 5
for (let key in form) { for (let key in form) {
// formatnullnullnull // formatnullnullnull
if (form[key] !== 0 && !form[key]) { if (form[key] !== 0 && !form[key]) {

Loading…
Cancel
Save