|
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
|
|
<view class="sh-search"> |
|
|
|
|
|
|
|
|
|
<u-form labelPosition="left" :model="dataForm" class="sh-form"> |
|
|
|
|
<u-form labelPosition="left" :model="dataForm" class="sh-form global-font"> |
|
|
|
|
<view style="display: flex;line-height:5vh;margin-bottom: 2vh;"> |
|
|
|
|
<text style="font-size: 34rpx;">台车编号:</text><input style="width: 72%; text-align: left;padding-left: 15rpx;" class="barNo" |
|
|
|
|
v-model="dataForm.containerCode" @confirm="inputQuery()" :focus="firstFocus" ref="input" |
|
|
|
|
@ -11,8 +11,8 @@ |
|
|
|
|
</view> |
|
|
|
|
<view style="display: flex;line-height: 65rpx;" > |
|
|
|
|
|
|
|
|
|
<text style="font-size: 34rpx;margin-top: 3px;">选择物料:</text> |
|
|
|
|
<select-lay :options="datalist1" style="width: 78%;padding-left: 1vh; " |
|
|
|
|
<text style="font-size: 34rpx;margin-top: 3px;width:78px;">选择物料:</text> |
|
|
|
|
<select-lay :options="datalist1" style="width: 78%;padding-left: 0.5vh; " |
|
|
|
|
smoldName="ptName" slabel="ptDesc" smodel="ptName" name="name3" svalue="id" @selectitem="queryList" |
|
|
|
|
:value="dataForm.ptName" placeholder="请选择物料编码"> </select-lay> |
|
|
|
|
</view> |
|
|
|
|
@ -25,19 +25,19 @@ |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<u-button @click="handleAdd()" style="width: 75%;height:5vh;margin-left:11vh; margin-top: 2.5vh; |
|
|
|
|
;color: black;background-color: #fafafa;">加入列表</u-button> |
|
|
|
|
;color: black;background-color: #fafafa;"><text >加入列表</text> </u-button> |
|
|
|
|
<!-- background-color: rgb(31, 163, 219) --> |
|
|
|
|
</u-form> |
|
|
|
|
<!-- @input="inputQuery()" --> |
|
|
|
|
</view> |
|
|
|
|
<view class='recommend'> |
|
|
|
|
<text class='recommend-title' style="font-size: 32rpx;">物料信息</text> |
|
|
|
|
<text class='recommend-title global-font' style="font-size: 32rpx;">物料信息</text> |
|
|
|
|
</view> |
|
|
|
|
<!-- {{dataList}} --> |
|
|
|
|
|
|
|
|
|
<view class="all-card"> |
|
|
|
|
|
|
|
|
|
<view class="sh-card" v-for="(item, index) in dataList" :keys="item.id" :index="item.id" v-if="dataList.length > 0" |
|
|
|
|
<view class="sh-card global-font" v-for="(item, index) in dataList" :keys="item.id" :index="item.id" v-if="dataList.length > 0" |
|
|
|
|
style="border-radius: 20rpx; margin-bottom: 2vh;"> |
|
|
|
|
<!-- <view class="sh-card-title" style="border-radius: 20rpx;"> |
|
|
|
|
<image src="@/static/icon/error.png" @click="delBtn(index)" |
|
|
|
|
|