|
@@ -21,70 +21,56 @@
|
|
|
<scroll-view scroll-y="true" class="scroll-Y">
|
|
|
<view class="list">
|
|
|
<view class="lable">航班号</view>
|
|
|
- <uni-easyinput :inputBorder="false" :styles="style" :disabled="true"
|
|
|
- v-model="luggageData.carrierFlights" type="text" placeholder="航班号" />
|
|
|
- </uni-forms>
|
|
|
- <!-- <view class="listup"></view> -->
|
|
|
+ <span>{{luggageData.carrierFlights}}</span>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">航班日期</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
|
|
|
- v-model="luggageData.carrierFlightsDate" type="text" placeholder="航班日期" />
|
|
|
- </uni-forms>
|
|
|
- <!-- <view class="listup"></view> -->
|
|
|
+ <span>{{luggageData.carrierFlightsDate}}</span>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">行李牌号</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
|
|
|
- v-model="luggageData.luggageNum" type="text" placeholder="行李牌号" />
|
|
|
- </uni-forms>
|
|
|
- <!-- <view class="listup"></view> -->
|
|
|
+ <span>{{luggageData.luggageNum}}</span>
|
|
|
+ </view>
|
|
|
+ <view class="list">
|
|
|
+ <view class="lable">操作时间</view>
|
|
|
+ <span>{{luggageData.processing_time}}</span>
|
|
|
+ </view>
|
|
|
+ <view class="list">
|
|
|
+ <view class="lable">操作人</view>
|
|
|
+ <span>{{luggageData.agentNumber}}</span>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">操作节点</view>
|
|
|
- <picker @change="bindPickerChange" :value="index" :range-key="'nodeName'" :range="nodeList">
|
|
|
+ <picker @change="bindPickerChange" :placeholderStyle="placeholderStyle" :value="index" :range-key="'nodeName'" :range="nodeList">
|
|
|
<view class="uni-input">{{nodeNameList[index]}}</view>
|
|
|
</picker>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">操作位置</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
|
|
|
+ <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
|
|
|
v-model="luggageData.location_describe" type="text" placeholder="操作位置" />
|
|
|
</uni-forms>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
- <view class="list">
|
|
|
- <view class="lable">操作时间</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
|
|
|
- v-model="luggageData.processing_time" type="text" placeholder="操作时间" />
|
|
|
- </uni-forms>
|
|
|
- <!-- <view class="listup"></view> -->
|
|
|
- </view>
|
|
|
- <view class="list">
|
|
|
- <view class="lable">操作人</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="true"
|
|
|
- v-model="luggageData.agentNumber" type="text" placeholder="操作人" />
|
|
|
- </uni-forms>
|
|
|
- <!-- <view class="listup"></view> -->
|
|
|
- </view>
|
|
|
+
|
|
|
<view class="list">
|
|
|
<view class="lable">发往节点</view>
|
|
|
- <picker @change="bindPickerChange2" :value="index2" :range-key="'nodeName'" :range="nodeList">
|
|
|
+ <picker @change="bindPickerChange2" :placeholderStyle="placeholderStyle" :value="index2" :range-key="'nodeName'" :range="nodeList">
|
|
|
<view class="uni-input">{{nodeNameList[index2]}}</view>
|
|
|
</picker>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">发往位置</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
|
|
|
+ <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
|
|
|
v-model="luggageData.to_location_describe" type="text" placeholder="发往位置" />
|
|
|
</uni-forms>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">特殊行李类型</view>
|
|
|
- <picker @change="bindPickerChange3" :value="index3" :range-key="'specialTypeName'" :range="specialTypeList">
|
|
|
+ <picker @change="bindPickerChange3" :placeholderStyle="placeholderStyle" :value="index3" :range-key="'specialTypeName'" :range="specialTypeList">
|
|
|
<view class="uni-input">{{specialTypeNameList[index3]}}</view>
|
|
|
</picker>
|
|
|
<view class="listup"></view>
|
|
@@ -92,42 +78,35 @@
|
|
|
|
|
|
<view class="list">
|
|
|
<view class="lable">异常类型</view>
|
|
|
- <picker @change="bindPickerChange4" :value="index4" :range-key="'name'" :range="exceptionList">
|
|
|
+ <picker @change="bindPickerChange4" :placeholderStyle="placeholderStyle" :value="index4" :range-key="'name'" :range="exceptionList">
|
|
|
<view class="uni-input">{{exceptionNameList[index4]}}</view>
|
|
|
</picker>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">非正常状态码</view>
|
|
|
- <picker @change="bindPickerChange5" :value="index5" :range-key="'name'" :range="abnormalList">
|
|
|
+ <picker @change="bindPickerChange5" :placeholderStyle="placeholderStyle" :value="index5" :range-key="'name'" :range="abnormalList">
|
|
|
<view class="uni-input">{{abnormalNameList[index5]}}</view>
|
|
|
</picker>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
- <!-- <view class="list">
|
|
|
- <view class="lable">当前结果</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
|
|
|
- v-model="luggageData.currentResult" type="text" placeholder="当前结果" />
|
|
|
- </uni-forms>
|
|
|
- <view class="listup"></view>
|
|
|
- </view> -->
|
|
|
<view class="list">
|
|
|
<view class="lable">装载序号</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
|
|
|
+ <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
|
|
|
v-model="luggageData.loadNumber" type="text" placeholder="装载序号" />
|
|
|
</uni-forms>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">容器编号</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
|
|
|
+ <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
|
|
|
v-model="luggageData.container_ID" type="text" placeholder="容器编号" />
|
|
|
</uni-forms>
|
|
|
<view class="listup"></view>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
<view class="lable">备注</view>
|
|
|
- <uni-easyinput :inputBorder="false" :clearable="false" :styles="style" :disabled="false"
|
|
|
+ <uni-easyinput :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :styles="style" :disabled="false"
|
|
|
v-model="luggageData.luggage_describe" type="text" placeholder="备注" />
|
|
|
</uni-forms>
|
|
|
<view class="listup"></view>
|
|
@@ -146,6 +125,7 @@
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ placeholderStyle: "color:000",
|
|
|
style: {
|
|
|
disableColor: "#fff",
|
|
|
color: "#000"
|
|
@@ -239,7 +219,7 @@
|
|
|
onShow() {
|
|
|
uni.$on("scancodemsg", (data) => {
|
|
|
if (data.msg.length > 9) {
|
|
|
- this.luggageNum = Number(data.msg)
|
|
|
+ this.luggageNum = data.msg.trim()
|
|
|
this.getDetial(this.luggageNum)
|
|
|
}
|
|
|
});
|
|
@@ -516,7 +496,9 @@
|
|
|
font-family: Noto Sans SC;
|
|
|
font-size: 13px;
|
|
|
font-weight: 400;
|
|
|
-
|
|
|
+ .uni-input{
|
|
|
+ width: 200px;
|
|
|
+ }
|
|
|
>.lable {
|
|
|
color: rgb(0, 0, 0);
|
|
|
font-family: Noto Sans SC;
|