@@ -21,7 +21,7 @@
<view class="dialog">
<view class="content">
<view class="left"><text>登记人:</text></view>
- <view class="right"><input name="user_name" value="{{info.register_name}}" disabled></input></view>
+ <view class="right"><input name="register_name" value="{{info.register_name}}" disabled></input></view>
</view>
<view class="left"><text>登记人电话:</text></view>
@@ -20,7 +20,7 @@ Page({
// 查询库存
shoppinginput: '',
stockList: [{ name: '1111' }],
- //查询字段
+ //查询
shoopingtext: '',
},
initValidate() {
@@ -109,7 +109,7 @@
<text class="icon iconfont icon-shuliang"></text>
<view class="right">
- <input name="name" value="{{oneorderForm.stockNum}}" disabled placeholder='商品库存数量'></input>
+ <input name="stockNum" value="{{oneorderForm.stockNum}}" disabled placeholder='商品库存数量'></input>