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

检验单修复bug

parent 60dacb91
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
// } // }
}, },
search() { search() {
if(this.search) return if(this.disabled) return
var me = this; var me = this;
if (me.value === '') { if (me.value === '') {
uni.showToast({ uni.showToast({
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
me.$emit('serach', me.value) me.$emit('serach', me.value)
}, },
clickscan() { clickscan() {
if(this.search) return if(this.disabled) return
var me = this; var me = this;
if (me.hasscanbtn) { if (me.hasscanbtn) {
uni.navigateTo({ uni.navigateTo({
......
...@@ -144,6 +144,7 @@ ...@@ -144,6 +144,7 @@
}, },
created() { created() {
this.visable = true this.visable = true
console.log('qqq', this.dict.type.mes_qc_result)
}, },
watch: { watch: {
visable(){ visable(){
...@@ -338,7 +339,7 @@ ...@@ -338,7 +339,7 @@
} }
.btnbox { .btnbox {
// display:flex; // display:flex;
margin-bottom: 40rpx; margin-bottom: 20rpx;
padding-left: 40rpx; padding-left: 40rpx;
.u-btn { .u-btn {
width: 150rpx; width: 150rpx;
......
...@@ -908,7 +908,7 @@ export default { ...@@ -908,7 +908,7 @@ export default {
.btnbox { .btnbox {
// display:flex; // display:flex;
margin-bottom: 40rpx; margin-bottom: 20rpx;
padding-left: 40rpx; padding-left: 40rpx;
.u-btn { .u-btn {
width: 150rpx; 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