xiugai
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
</view>
|
||||
<view class="zd-row submit-bar">
|
||||
<button class="zd-col-6 button-default" @tap="clearUp">清空</button>
|
||||
<button class="zd-col-15 button-primary" :class="{'button-info': !val1 || !val2 || !dataList.length}" :disabled="disabled" @tap="_CheckConfirm">出库确认</button>
|
||||
<button class="zd-col-15 button-primary" :class="{'button-info': !val1 || !val2 || !dataList.length}" :disabled="disabled" @tap="_CheckConfirm">盘点确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -246,8 +246,8 @@
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.pointCode = ''
|
||||
this.sectId = ''
|
||||
this.clearUp1()
|
||||
this.clearUp2()
|
||||
} catch (e) {
|
||||
this.disabled2 = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user