|
@@ -81,7 +81,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view v-if='gridList.serviceManagementType==3' class="c-row ">
|
|
|
|
|
|
+ <view v-if='gridList.serviceManagementType==3&&flag!=0' class="c-row ">
|
|
<view class="title">客户</view>
|
|
<view class="title">客户</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<view @click='gocustomer'>
|
|
<view @click='gocustomer'>
|
|
@@ -89,7 +89,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="c-row ">
|
|
|
|
|
|
+ <view v-if='flag!=0' class="c-row ">
|
|
<view class="title">车牌号</view>
|
|
<view class="title">车牌号</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<input v-model='gridList.carNumber' @click.stop="handleShowKeyboard" placeholder="请输入车牌号"
|
|
<input v-model='gridList.carNumber' @click.stop="handleShowKeyboard" placeholder="请输入车牌号"
|
|
@@ -163,7 +163,7 @@
|
|
</u-picker>
|
|
</u-picker>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if='gridList.serviceManagementType==3' class="c-row ">
|
|
|
|
|
|
+ <view v-if='gridList.serviceManagementType==3&&flag!=0' class="c-row ">
|
|
<view class="title">运输方式</view>
|
|
<view class="title">运输方式</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<view @click='show8=true'>{{outType?outType:'请选择运输方式'}}</view>
|
|
<view @click='show8=true'>{{outType?outType:'请选择运输方式'}}</view>
|
|
@@ -205,25 +205,25 @@
|
|
<input v-model='gridList.titleNoOther' placeholder="请输入封号" name="input" type="digit"></input>
|
|
<input v-model='gridList.titleNoOther' placeholder="请输入封号" name="input" type="digit"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="gridList.serviceManagementType==3" class="c-row">
|
|
|
|
|
|
+ <view v-if="gridList.serviceManagementType==3&&flag!=0" class="c-row">
|
|
<view class="title">箱号-1</view>
|
|
<view class="title">箱号-1</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<input v-model='gridList.boxNo' placeholder="请输入箱号" name="input" type="digit"></input>
|
|
<input v-model='gridList.boxNo' placeholder="请输入箱号" name="input" type="digit"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="gridList.serviceManagementType==3" class="c-row">
|
|
|
|
|
|
+ <view v-if="gridList.serviceManagementType==3&&flag!=0" class="c-row">
|
|
<view class="title">封号-1</view>
|
|
<view class="title">封号-1</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<input v-model='gridList.titleNo' placeholder="请输入封号" name="input" type="digit"></input>
|
|
<input v-model='gridList.titleNo' placeholder="请输入封号" name="input" type="digit"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="gridList.serviceManagementType==3" class="c-row">
|
|
|
|
|
|
+ <view v-if="gridList.serviceManagementType==3&&flag!=0" class="c-row">
|
|
<view class="title">箱号-2</view>
|
|
<view class="title">箱号-2</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<input v-model='gridList.boxNoOther' placeholder="请输入箱号" name="input" type="digit"></input>
|
|
<input v-model='gridList.boxNoOther' placeholder="请输入箱号" name="input" type="digit"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="gridList.serviceManagementType==3" class="c-row">
|
|
|
|
|
|
+ <view v-if="gridList.serviceManagementType==3&&flag!=0" class="c-row">
|
|
<view class="title">封号-2</view>
|
|
<view class="title">封号-2</view>
|
|
<view class="con-list">
|
|
<view class="con-list">
|
|
<input v-model='gridList.titleNoOther' placeholder="请输入封号" name="input" type="digit"></input>
|
|
<input v-model='gridList.titleNoOther' placeholder="请输入封号" name="input" type="digit"></input>
|
|
@@ -270,7 +270,7 @@
|
|
<view class='wrap'>
|
|
<view class='wrap'>
|
|
<view style='margin-right:10px;' class='flex justify-between align-item-center'>
|
|
<view style='margin-right:10px;' class='flex justify-between align-item-center'>
|
|
<view class='title_b'>化验信息</view>
|
|
<view class='title_b'>化验信息</view>
|
|
- <view v-if='flag==0' class='flex justify-between align-item-center'>补录:<u-switch activeColor="#22C572"
|
|
|
|
|
|
+ <view v-if='flag==0||flag==4' class='flex justify-between align-item-center'>补录:<u-switch activeColor="#22C572"
|
|
v-model="value" @change="change"></u-switch>
|
|
v-model="value" @change="change"></u-switch>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|