|
@@ -1140,7 +1140,6 @@
|
|
v-model="scope.row.tPackages"
|
|
v-model="scope.row.tPackages"
|
|
placeholder="请选择货物类别"
|
|
placeholder="请选择货物类别"
|
|
clearable
|
|
clearable
|
|
- :disabled="true"
|
|
|
|
multiple
|
|
multiple
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
@@ -2057,6 +2056,9 @@ export default {
|
|
},(error) => {
|
|
},(error) => {
|
|
getAgreementByFCorpId(this.form.fCorpid).then((res) => {
|
|
getAgreementByFCorpId(this.form.fCorpid).then((res) => {
|
|
this.contractnoList = res.data.contractnoList;
|
|
this.contractnoList = res.data.contractnoList;
|
|
|
|
+ this.contractnoList.forEach(item => {
|
|
|
|
+ item.tPackages = item.tPackages.map(e => e = e.toString())
|
|
|
|
+ })
|
|
})
|
|
})
|
|
this.openAgreement = true
|
|
this.openAgreement = true
|
|
});
|
|
});
|