Commit 796a6ab7 authored by zhengke's avatar zhengke

修改

parent 4875a18c
......@@ -661,7 +661,7 @@
</el-select>
</td>
<td>
<el-input class="w80 _border_b_1" @keyup.native="checkPrice(sitem,'YTotalPrice')" v-model="sitem.YTotalPrice"></el-input>
<el-input class="w80 _border_b_1" @keyup.native="checkPrice(sitem,'YTotalPrice',true)" v-model="sitem.YTotalPrice"></el-input>
</td>
<td>
<el-input type="textarea" v-model="sitem.Remarks" class="w80 _border_b_1"></el-input>
......@@ -2139,8 +2139,10 @@
return
}
this.isSubmit=true;
this.loading=true;
this.apipost('Financial_post_BatchSet', this.msg, res => {
this.isSubmit=false;
this.loading=false;
if (res.data.resultCode == 1) {
this.$q.notify({
icon: 'iconfont icon-chenggong',
......
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