Commit 16022fac authored by 沈翠玲's avatar 沈翠玲

检验单修复bug

parent 60dacb91
......@@ -42,7 +42,7 @@ export default {
// }
},
search() {
if(this.search) return
if(this.disabled) return
var me = this;
if (me.value === '') {
uni.showToast({
......@@ -54,7 +54,7 @@ export default {
me.$emit('serach', me.value)
},
clickscan() {
if(this.search) return
if(this.disabled) return
var me = this;
if (me.hasscanbtn) {
uni.navigateTo({
......
......@@ -144,6 +144,7 @@
},
created() {
this.visable = true
console.log('qqq', this.dict.type.mes_qc_result)
},
watch: {
visable(){
......@@ -338,7 +339,7 @@
}
.btnbox {
// display:flex;
margin-bottom: 40rpx;
margin-bottom: 20rpx;
padding-left: 40rpx;
.u-btn {
width: 150rpx;
......
......@@ -908,7 +908,7 @@ export default {
.btnbox {
// display:flex;
margin-bottom: 40rpx;
margin-bottom: 20rpx;
padding-left: 40rpx;
.u-btn {
width: 150rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment