优化
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
},
|
||||
async toLogin() {
|
||||
// uni.redirectTo({
|
||||
// url: '/pages/management/in-storage'
|
||||
// url: '/pages/home/home'
|
||||
// })
|
||||
this.disabled = true
|
||||
if (this.loginname === '') {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user