|
@@ -69,7 +69,7 @@
|
|
|
<view class="section7">
|
|
|
<view class="main1">
|
|
|
<view class="layer5">
|
|
|
- <view class="outer1" bindtap="show" data-id="1">
|
|
|
+ <view class="outer1" bindtap="show" data-type="{{1}}" data-id="1">
|
|
|
<view class="mod10">
|
|
|
<image src="/image/build/scan.png"></image>
|
|
|
</view>
|
|
@@ -90,7 +90,7 @@
|
|
|
<view class="mod-1">
|
|
|
<view class="bd-1">
|
|
|
<view class="section-2">
|
|
|
- <input type="text" style="width: 100%;" value="{{inpuval}}" bindinput="bindinput" placeholder="扫描或人工输入封签号"></input>
|
|
|
+ <input type="text" style="width: 100%;" value="{{inpuval}}" bindinput="bindinput" placeholder="{{popuptype==2?'扫描或人工输入封签号':'扫描或人工输入水洗码'}}"></input>
|
|
|
<!-- <text lines="1" class="info-1">扫描或人工输入封签号</text> -->
|
|
|
<image src="/image/build/scan.png" class="label-1" bindtap="getScancode"></image>
|
|
|
</view>
|
|
@@ -135,7 +135,7 @@
|
|
|
<button bindtap="Close" class="bd21">
|
|
|
<text lines="1" class="word11">取消</text>
|
|
|
</button>
|
|
|
- <button bindtap="show" class="bd31" data-id="2">
|
|
|
+ <button bindtap="show" data-type="{{2}}" class="bd31" data-id="2">
|
|
|
<text lines="1" class="word21">确定</text>
|
|
|
</button>
|
|
|
</view>
|