This commit is contained in:
2024-05-09 14:05:26 +08:00
parent a9e44650b5
commit d6100db745
2 changed files with 3 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
},
async toLogin() {
// uni.redirectTo({
// url: '/pages/management/in-storage'
// url: '/pages/home/home'
// })
this.disabled = true
if (this.loginname === '') {

View File

@@ -89,7 +89,7 @@
<view class="zd-col-2 zd-sec-td nowrap"><text>{{el.update_time}}</text></view>
<view class="zd-col-1 zd-sec-td"><uni-icons type="more-filled" size="14" color="#fff" @tap="getDetails(2,el)"></uni-icons></view>
</view>
<view class="zd-row mgt10">
<view class="zd-row">
<view class="zd-col-12 zd-row jcflexstart">
<button class="confirm-button" :class="{'confirm-button_disabled': checkArr2.length === 0}" @tap="kuwConfirm">{{crType === 'IN' ? '入库' : '出库'}}</button>
</view>
@@ -286,6 +286,7 @@
toCollapse (e) {
this.pkId = this.pkId === e.djid ? '' : e.djid
this.pkObj = this.pkId === e.djid ? e : {}
this.dataList2 = []
if (this.pkId === e.djid) {
this.queryParams2 = {
pageSize: 10,