删除管理端中 物流公司中需要填写的电子表单

master
Yer 2023-07-11 15:07:10 +08:00
parent 34cb3b4a29
commit 430894eb69
1 changed files with 3 additions and 5 deletions

View File

@ -53,9 +53,7 @@
<span slot="close"></span>
</i-switch>
</FormItem>
<FormItem label="电子面单表单">
<Input v-model="form.formItems" clearable style="width: 100%"/>
</FormItem>
<FormItem label="禁用状态" prop="disabled">
<i-switch true-value="OPEN" false-value="CLOSE" v-model="form.disabled" size="large">
@ -230,7 +228,7 @@
this.form.name = v.name;
this.form.code = v.code;
this.form.standBy = v.standBy;
this.form.formItems = v.formItems;
this.form.disabled = v.disabled === 'CLOSE' ? 'OPEN' : 'CLOSE';
updateLogistics(v.id, this.form).then((res) => {
if (res.success) {
@ -290,7 +288,7 @@
this.form.code = v.code;
console.log(v)
this.form.standBy = v.standBy;
this.form.formItems = v.formItems;