优化
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
},
|
},
|
||||||
async toLogin() {
|
async toLogin() {
|
||||||
// uni.redirectTo({
|
// uni.redirectTo({
|
||||||
// url: '/pages/management/in-storage'
|
// url: '/pages/home/home'
|
||||||
// })
|
// })
|
||||||
this.disabled = true
|
this.disabled = true
|
||||||
if (this.loginname === '') {
|
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-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 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>
|
||||||
<view class="zd-row mgt10">
|
<view class="zd-row">
|
||||||
<view class="zd-col-12 zd-row jcflexstart">
|
<view class="zd-col-12 zd-row jcflexstart">
|
||||||
<button class="confirm-button" :class="{'confirm-button_disabled': checkArr2.length === 0}" @tap="kuwConfirm">{{crType === 'IN' ? '入库' : '出库'}}</button>
|
<button class="confirm-button" :class="{'confirm-button_disabled': checkArr2.length === 0}" @tap="kuwConfirm">{{crType === 'IN' ? '入库' : '出库'}}</button>
|
||||||
</view>
|
</view>
|
||||||
@@ -286,6 +286,7 @@
|
|||||||
toCollapse (e) {
|
toCollapse (e) {
|
||||||
this.pkId = this.pkId === e.djid ? '' : e.djid
|
this.pkId = this.pkId === e.djid ? '' : e.djid
|
||||||
this.pkObj = this.pkId === e.djid ? e : {}
|
this.pkObj = this.pkId === e.djid ? e : {}
|
||||||
|
this.dataList2 = []
|
||||||
if (this.pkId === e.djid) {
|
if (this.pkId === e.djid) {
|
||||||
this.queryParams2 = {
|
this.queryParams2 = {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user