|
@@ -117,9 +117,9 @@
|
|
</view>
|
|
</view>
|
|
<view v-if='detailData.outType=="火运"' class="row row-bottom">
|
|
<view v-if='detailData.outType=="火运"' class="row row-bottom">
|
|
<view class="left">车厢号</view>
|
|
<view class="left">车厢号</view>
|
|
- <input v-model='detailData.boxNo' @input="toUpperCase" class="right-bottom"
|
|
|
|
|
|
+ <input v-model='detailData.wingNumber' @input="toUpperCase2" class="right-bottom"
|
|
placeholder="请输入车厢号"></input>
|
|
placeholder="请输入车厢号"></input>
|
|
- <input v-model='detailData.boxNoOther' @input="toUpperCase1" class="right-bottom"
|
|
|
|
|
|
+ <input v-model='detailData.wingNumberOther' @input="toUpperCase3" class="right-bottom"
|
|
placeholder="请输入车厢号"></input>
|
|
placeholder="请输入车厢号"></input>
|
|
</view>
|
|
</view>
|
|
<view v-if='detailData.outType=="散船"' class="row row-bottom">
|
|
<view v-if='detailData.outType=="散船"' class="row row-bottom">
|
|
@@ -180,7 +180,6 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
-
|
|
|
|
<script>
|
|
<script>
|
|
import upload from '@/components/upload.vue';
|
|
import upload from '@/components/upload.vue';
|
|
import helper from '@/common/helper.js';
|
|
import helper from '@/common/helper.js';
|
|
@@ -365,6 +364,12 @@
|
|
toUpperCase1(val) {
|
|
toUpperCase1(val) {
|
|
this.detailData.boxNoOther = val.detail.value.toUpperCase()
|
|
this.detailData.boxNoOther = val.detail.value.toUpperCase()
|
|
},
|
|
},
|
|
|
|
+ toUpperCase2(val) {
|
|
|
|
+ this.detailData.wingNumber = val.detail.value.toUpperCase()
|
|
|
|
+ },
|
|
|
|
+ toUpperCase3(val) {
|
|
|
|
+ this.detailData.wingNumberOther = val.detail.value.toUpperCase()
|
|
|
|
+ },
|
|
outtypeChange(e) {
|
|
outtypeChange(e) {
|
|
this.detailData.outType = this.multiSelector[e].name
|
|
this.detailData.outType = this.multiSelector[e].name
|
|
console.log(e)
|
|
console.log(e)
|