调拨新版

This commit is contained in:
蔡玲
2024-11-14 16:47:05 +08:00
parent 480e427249
commit d17bd61a54
8 changed files with 482 additions and 7 deletions

View File

@@ -100,7 +100,7 @@
<td>{{el.bcshsl}}</td>
<td>{{el.zzmc}}</td>
<td>{{['否', '是'][Number(el.sfzj)]}}</td>
<td><input class="td_input" type="number" v-model="el.shsl" @blur="updateNumkw(e)" @confirm="updateNumkw(e)"/></td>
<td><input class="td_input" type="number" confirm-type="go" v-model="el.shsl" @blur="updateNumkw(e)" @confirm="updateNumkw(e)"/></td>
<td @tap.stop="showPop(2, e, el)">
<view class="zd-row td_change">
<uni-icons type="shop" size="16" color="#fff"></uni-icons>
@@ -130,7 +130,7 @@
<view v-if="type === 2" class="allwidth pop-title">修改收货仓库</view>
<view class="zd-row jcenter kwcode_wraper">
<view class="zd-col-10 select_wraper">
<zxz-uni-data-select placeholder="选择仓库名称" v-model="value2" filterable :localdata="range2"></zxz-uni-data-select>
<zxz-uni-data-select placeholder="选择仓库名称" v-model="value2" filterable :localdata="range2"></zxz-uni-data-select>
</view>
</view>
<view class="mgb20 zd-row jcenter">
@@ -180,7 +180,7 @@
disabled1: false,
value2: '', // 收货仓库信息
range2: []
};
}
},
onLoad () {
this.toSearch()