|
@@ -129,12 +129,18 @@
|
|
|
<span slot="label">
|
|
<span slot="label">
|
|
|
<span style="color: #1e9fff">签单方式</span>
|
|
<span style="color: #1e9fff">签单方式</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <search-query :datalist="issueTypeData" :selectValue="assemblyForm.issueType" :filterable="true"
|
|
|
|
|
|
|
+ <!-- <search-query :datalist="issueTypeData" :selectValue="assemblyForm.issueType" :filterable="true"
|
|
|
:clearable="true" :remote="true" :disabled="detailData.seeDisabled" :buttonIf="false"
|
|
:clearable="true" :remote="true" :disabled="detailData.seeDisabled" :buttonIf="false"
|
|
|
:forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictKey', }" placeholder="请选择签单方式"
|
|
:forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictKey', }" placeholder="请选择签单方式"
|
|
|
@remoteMethod="remoteMethod($event, 'issueType')" @corpChange="corpChange($event, 'issueType')"
|
|
@remoteMethod="remoteMethod($event, 'issueType')" @corpChange="corpChange($event, 'issueType')"
|
|
|
@corpFocus="remoteMethod($event, 'issueType')">
|
|
@corpFocus="remoteMethod($event, 'issueType')">
|
|
|
- </search-query>
|
|
|
|
|
|
|
+ </search-query> -->
|
|
|
|
|
+ <el-select style="width: 100%" v-model="assemblyForm.issueType" size="small" placeholder="请选择签单方式"
|
|
|
|
|
+ :filterable="true" :clearable="true" :disabled="detailData.seeDisabled">
|
|
|
|
|
+ <el-option v-for="item in issueTypeData" :key="item.dictKey"
|
|
|
|
|
+ :label="item.dictValue" :value="item.dictKey">
|
|
|
|
|
+ </el-option>
|
|
|
|
|
+ </el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
@@ -144,8 +150,9 @@
|
|
|
</span>
|
|
</span>
|
|
|
<search-query :datalist="numberOfData" :selectValue="assemblyForm.numberOfObl" :clearable="true"
|
|
<search-query :datalist="numberOfData" :selectValue="assemblyForm.numberOfObl" :clearable="true"
|
|
|
:disabled="detailData.seeDisabled" :buttonIf="false"
|
|
:disabled="detailData.seeDisabled" :buttonIf="false"
|
|
|
- :forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictValue', }" placeholder="请选择正本份数"
|
|
|
|
|
- @corpChange="corpChange($event, 'Obl')" @corpFocus="remoteMethod($event, 'numberOfObl')">
|
|
|
|
|
|
|
+ :forParameter="{ key: 'dictKey', label: 'dictValue', value: 'dictValue', }"
|
|
|
|
|
+ placeholder="请选择正本份数" @corpChange="corpChange($event, 'Obl')"
|
|
|
|
|
+ @corpFocus="remoteMethod($event, 'numberOfObl')">
|
|
|
</search-query>
|
|
</search-query>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
@@ -526,6 +533,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
// this.cyBcorpslistByType()
|
|
// this.cyBcorpslistByType()
|
|
|
|
|
+ this.getWorkDictsfun()
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
// 远程搜索
|
|
// 远程搜索
|
|
@@ -537,10 +545,11 @@ export default {
|
|
|
this.cyBcorpslistByType(value)
|
|
this.cyBcorpslistByType(value)
|
|
|
} else if (inttraArr.indexOf(name) != -1) {
|
|
} else if (inttraArr.indexOf(name) != -1) {
|
|
|
this.inttraBcorpslistByType(value)
|
|
this.inttraBcorpslistByType(value)
|
|
|
- } else if (name == 'issueType') {
|
|
|
|
|
- // 签单方式
|
|
|
|
|
- this.getWorkDictsfun()
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ // else if (name == 'issueType') {
|
|
|
|
|
+ // // 签单方式
|
|
|
|
|
+ // this.getWorkDictsfun()
|
|
|
|
|
+ // }
|
|
|
// 场站联系人
|
|
// 场站联系人
|
|
|
else if (name == 'cyContacts') {
|
|
else if (name == 'cyContacts') {
|
|
|
this.cyBcorpsattnListfun()
|
|
this.cyBcorpsattnListfun()
|