|
@@ -24,6 +24,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|
|
|
<block wx:if="{{model==1}}">
|
|
<block wx:if="{{model==1}}">
|
|
|
|
|
+ <view wx:if="{{changeQty}}" class="small flex-align-center">
|
|
|
|
|
+ {{language['出厂编码']||'出厂编码'}}:<input class="qty-input" value="{{data.serial_number}}" data-name='serial_number' bindblur='onBlur' placeholder="{{language['出厂编码']||'出厂编码'}}"></input>
|
|
|
|
|
+ </view>
|
|
|
<view wx:if="{{changeQty}}" class="small flex-align-center">
|
|
<view wx:if="{{changeQty}}" class="small flex-align-center">
|
|
|
{{language['数量']||'数量'}}:<input class="qty-input" type="digit" value="{{data.qty}}" bindinput="inputChange" bindblur="newOnBlur" placeholder="1"></input>
|
|
{{language['数量']||'数量'}}:<input class="qty-input" type="digit" value="{{data.qty}}" bindinput="inputChange" bindblur="newOnBlur" placeholder="1"></input>
|
|
|
</view>
|
|
</view>
|
|
@@ -51,6 +54,10 @@
|
|
|
<t-icon size="36rpx" name="delete" bind:click="onIconTap" />
|
|
<t-icon size="36rpx" name="delete" bind:click="onIconTap" />
|
|
|
</view>
|
|
</view>
|
|
|
<block wx:if="{{model==2}}">
|
|
<block wx:if="{{model==2}}">
|
|
|
|
|
+ <view class="input">
|
|
|
|
|
+ <view class="label">{{language['出厂编码']||'出厂编码'}}</view>
|
|
|
|
|
+ <input value="{{data.serial_number}}" data-name='serial_number' bindblur='onBlur' />
|
|
|
|
|
+ </view>
|
|
|
<view class="input">
|
|
<view class="input">
|
|
|
<view class="label">{{language['数量']||'数量'}}</view>
|
|
<view class="label">{{language['数量']||'数量'}}</view>
|
|
|
<input type="digit" value="{{data.qty}}" data-name='qty' bindblur='onBlur' />
|
|
<input type="digit" value="{{data.qty}}" data-name='qty' bindblur='onBlur' />
|