Commit 28e4ada3 authored by 黄奎's avatar 黄奎

页面修改

parent 120963ac
......@@ -22,7 +22,8 @@
<ul>
<li>
<input v-if="IsOperation!=1" type="button" class="fr normalBtn mb30" value="保存" @click="saveList(1)" />
<span v-else style="color:red;font-size:14px;">已制单,不能在修改!</span>
<input style="display:none;" type="button" class="fr normalBtn mb30" value="保存" @click="saveList(1)" />
<span v-if="IsOperation==1" style="color:red;font-size:14px;">已制单,不能在修改!</span>
</li>
</ul>
</div>
......@@ -675,6 +676,7 @@
})
});
this.list = list;
console.log("this.list",this.list);
this.$forceUpdate();
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment