| | |
| | | <view> |
| | | <view class="container"> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>商品编码</text></view> |
| | | <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"><text>品名</text></view> |
| | | <view class="text-title">{{matData.maktx}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | |
| | | <view class="text-title">{{matData.specs}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>合同号</text></view> |
| | | <view class="text-title"><text>工序</text></view> |
| | | <view class="text-title">{{matData.sku}}</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"><input type="text" v-model="matData.memo"></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |