|
|
@ -24,6 +24,7 @@ Page({ |
|
|
|
allDeptIds:[], |
|
|
|
courier:'', |
|
|
|
workUnit:'', |
|
|
|
courierText:'' |
|
|
|
}, |
|
|
|
newArr:[], |
|
|
|
multiIds:[], |
|
|
@ -217,6 +218,12 @@ Page({ |
|
|
|
}) |
|
|
|
console.log(this.data.form) |
|
|
|
}, |
|
|
|
bindCourierTextInput(e) { |
|
|
|
this.setData({ |
|
|
|
'form.courierText': e.detail.value |
|
|
|
}) |
|
|
|
console.log(this.data.form) |
|
|
|
}, |
|
|
|
handleCLickH (e) { |
|
|
|
console.log(e); |
|
|
|
this.setData({ |
|
|
@ -259,6 +266,10 @@ Page({ |
|
|
|
this.setData({ |
|
|
|
wordInput:true |
|
|
|
}) |
|
|
|
}else{ |
|
|
|
this.setData({ |
|
|
|
['form.courierText']: '', |
|
|
|
}) |
|
|
|
} |
|
|
|
this.setData({ |
|
|
|
['form.courier']: e.detail.selectedValue[0], |
|
|
|