| | |
| | | <template> |
| | | <scroll-view scroll-y> |
| | | <view> |
| | | <view class="container"> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>商品编码</text></view> |
| | | <view class="text-title"><text>{{matData.matnr}}</text></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>商品名称</text></view> |
| | | <view class="text-title">{{matData.maktx}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>规格</text></view> |
| | | <view class="text-title">{{matData.specs}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>客户合同号</text></view> |
| | | <view class="text-title">{{matData.supp}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>货号</text></view> |
| | | <view class="text-title">{{matData.xh}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>批号</text></view> |
| | | <view class="text-title"><input type="text" v-model="matData.batch"></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>待入</text></view> |
| | | <view class="text-title">{{matData.anfme}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | | <uni-number-box :value="matData.anfme" :max="99999999" color="#747474" @change="changeValue"/> |
| | | <view> |
| | | <scroll-view scroll-y> |
| | | <view> |
| | | <view class="container"> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>商品编码</text></view> |
| | | <view class="text-title"><text>{{matData.matnr}}</text></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>商品名称</text></view> |
| | | <view class="text-title">{{matData.maktx}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>规格</text></view> |
| | | <view class="text-title">{{matData.specs}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>客户合同号</text></view> |
| | | <view class="text-title">{{matData.supp}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>货号</text></view> |
| | | <view class="text-title">{{matData.xh}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>批号</text></view> |
| | | <view class="text-title"><input type="text" v-model="matData.batch"></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>待入</text></view> |
| | | <view class="text-title">{{matData.num}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | | <uni-number-box :value="matData.anfme" :max="99999999" color="#747474" @change="changeValue"/> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="foot flex justify-center"> |
| | | <label> |
| | | <button class="cu-btn bg-blue" @click="back()">提取</button> |
| | | </label> |
| | | </view> |
| | | </scroll-view> |
| | | <view style="height: 200rpx;"> |
| | | |
| | | </view> |
| | | <view class="foot flex justify-center"> |
| | | <label> |
| | | <button class="cu-btn bg-blue" @click="back()">提取</button> |
| | | </label> |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | maktx: null, |
| | | batch: null, |
| | | anfme: null, |
| | | num: null |
| | | }, |
| | | baseIP:'', |
| | | basePORT:'', |