发票修改

ywj_dev
wangwei 2 years ago
parent 15ffb201d1
commit 83fe55b767

@ -229,7 +229,7 @@
未登记 未登记
</el-tag> </el-tag>
<el-tag type="success" v-if="scope.row.regStatus==1"> <el-tag type="success" v-if="scope.row.regStatus==1">
全部登记 登记
</el-tag> </el-tag>
</template> </template>
</el-table-column> </el-table-column>

@ -477,6 +477,11 @@ export default {
}) })
}else{
updateOrder(data).then((res) => {
this.closeDialog();
}).catch((error) => {
})
} }

Loading…
Cancel
Save