代码格式化

20240912_adapter_z
yewj 1 year ago
parent 5924599d1e
commit 7a4e887948

@ -538,6 +538,8 @@ export default {
this.loading = false
if (res.code == 20000) {
this.formData = {tagStatus: -1};
this.curRow = null
this.refreshCodesPanel(this)
}
}).catch(() => {
this.loading = false
@ -556,6 +558,8 @@ export default {
this.loading = false
if (res.code == 20000) {
this.formData = {tagStatus: -1};
this.curRow = null
this.refreshCodesPanel(this)
}
}).catch(() => {
this.loading = false

@ -52,7 +52,8 @@
v-if="splitType=='return'" style="margin-right: 8px;border-radius: 5%;"
>退货完成
</el-button>
<el-button size="mini" type="primary" @click.native="printLabel()" :loading="submitLoading" style="border-radius: 5%;"
<el-button size="mini" type="primary" @click.native="printLabel()" :loading="submitLoading"
style="border-radius: 5%;"
>打印二维码
</el-button>

Loading…
Cancel
Save