This commit is contained in:
蔡玲
2024-11-15 16:39:01 +08:00
parent 83e8d42822
commit 4c528c079f
3 changed files with 58 additions and 10 deletions

View File

@@ -100,7 +100,7 @@
<td>{{el.zzmc}}</td>
<td>{{['否', '是'][Number(el.sfzj)]}}</td>
<td>
<input class="td_input" type="number" confirm-type="go" v-model="el.shsl" @focus="focusInput(e, el)" @blur="updateNumkw(e, el)" @confirm="updateNumkw(e, el)"/>
<input class="td_input" type="number" confirm-type="go" v-model="el.shsl" @focus="focusInput(e, el)" @blur="updateNum(e, el)" @confirm="updateNum(e, el)"/>
</td>
<td @tap.stop="showPop(2, e, el)">
<view class="zd-row td_change">
@@ -308,7 +308,7 @@
this.raw = el.shsl
},
// 修改副表格单行收货数量
updateNumkw (e, el) {
updateNum (e, el) {
this._receiptBillDetailUpdate(e, el, 'sl')
},
showPop (type, e, obj) {