盘点
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user