|
@@ -449,7 +449,7 @@
|
|
</span>
|
|
</span>
|
|
<el-input type="age" style="width: 100%;" v-model="assemblyForm.voyageNo" size="small"
|
|
<el-input type="age" style="width: 100%;" v-model="assemblyForm.voyageNo" size="small"
|
|
autocomplete="off" :disabled="detailData.seeDisabled || generateBillsfalse"
|
|
autocomplete="off" :disabled="detailData.seeDisabled || generateBillsfalse"
|
|
- clearable placeholder="请输入航次"></el-input>
|
|
|
|
|
|
+ clearable placeholder="请输入航次" @change="textareaBlur('voyageNo')"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
<el-form-item label="ETA" prop="eta" label-width="90px">
|
|
<el-form-item label="ETA" prop="eta" label-width="90px">
|
|
@@ -1645,7 +1645,10 @@ export default {
|
|
let arr3 = 'placeReceiptNamePrint,polNamePrint,podNamePrint,destinationNamePrint,placeDeliveryNamePrint,potNamePrint'.split(',')
|
|
let arr3 = 'placeReceiptNamePrint,polNamePrint,podNamePrint,destinationNamePrint,placeDeliveryNamePrint,potNamePrint'.split(',')
|
|
if (arr3.indexOf(name) != -1) {
|
|
if (arr3.indexOf(name) != -1) {
|
|
this.assemblyForm[name] = _.toUpper(this.assemblyForm[name])
|
|
this.assemblyForm[name] = _.toUpper(this.assemblyForm[name])
|
|
-
|
|
|
|
|
|
+ }
|
|
|
|
+ let arr4 = 'voyageNo'.split(',')
|
|
|
|
+ if (arr4.indexOf(name) != -1) {
|
|
|
|
+ this.assemblyForm[name] = _.toUpper(this.assemblyForm[name])
|
|
}
|
|
}
|
|
// this.assemblyForm[name] = textareaWrap(this.assemblyForm[name])
|
|
// this.assemblyForm[name] = textareaWrap(this.assemblyForm[name])
|
|
},
|
|
},
|