Commit d2889257 authored by zhengke's avatar zhengke

1

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