This commit is contained in:
2025-09-11 14:52:52 +08:00
parent ebfcbdd82f
commit fe0dbbf8ac
5 changed files with 15 additions and 13 deletions

View File

@@ -22,7 +22,7 @@
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label">料桶号</span>
<span class="filter_label filter_input_disabled">料桶号</span>
</view>
<view class="zd-col-24 filter_select">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.storagevehicle_code" @tap="toJump">
@@ -131,6 +131,7 @@
onShow() {
if (this.$store.getters.publicObj !== '') {
this.currentData = this.$store.getters.publicObj
this.$store.dispatch('setPublicObj', '')
}
},
created () {