Commit d2889257 authored by zhengke's avatar zhengke

1

parent 3c6d8449
......@@ -149,6 +149,7 @@
filled
stack-label
input-debounce="0"
v-if="!isEdit"
option-value="Id"
@input="getlaiyuan"
option-label="Name"
......@@ -159,7 +160,6 @@
emit-value
map-options
></q-select>
<template v-if="!isEdit">
<div class="col-3" v-if="msg.OrderSourceType == 1 || msg.OrderSourceType == 3">
<q-select
filled
......@@ -232,7 +232,6 @@
</template>
</q-select>
</div>
</template>
<div class="col-3">
<q-input
filled
......@@ -512,14 +511,12 @@ export default {
);
},
getlaiyuan() {
if(!this.isEdit){
if (this.msg.OrderSourceType == -1) {
this.msg.OrderSourceId = 0
} else {
this.msg.OrderSourceId = ''
}
}
this.getList()
},
//获取客户来源
......
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