| | |
| | | <template> |
| | | <scroll-view scroll-y> |
| | | <view> |
| | | <view class="container"> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>商品编码</text></view> |
| | | <view class="text-title"><text>{{matData.matnr}}</text></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>商品名称</text></view> |
| | | <view class="text-title">{{matData.maktx}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>规格</text></view> |
| | | <view class="text-title">{{matData.specs}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>入库区域</text></view> |
| | | <view class="text-title">{{matData.matType$}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><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-desc"><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-desc"><text>客户信息</text></view> |
| | | <uni-combox :candidates="owners" placeholder="请选择客户类别" |
| | | v-model="matData.owner"></uni-combox> |
| | | <!-- <view class="text-title"><input type="text" v-model="matData.cstmr"></view> --> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | | <uni-number-box :value="matData.anfme" :max="9999999" color="#747474" @change="changeValue"/> |
| | | </view> |
| | | <view> |
| | | <view class="container"> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>商品编码</text></view> |
| | | <view class="text-title"><text>{{matData.matnr}}</text></view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>商品名称</text></view> |
| | | <view class="text-title">{{matData.maktx}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>规格</text></view> |
| | | <view class="text-title">{{matData.specs}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>入库区域</text></view> |
| | | <view class="text-title">{{matData.matType$}}</view> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><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-desc"><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-desc"><text>客户信息</text></view> |
| | | <uni-combox :candidates="owners" placeholder="请选择客户类别" |
| | | v-model="matData.owner"></uni-combox> |
| | | <!-- <view class="text-title"><input type="text" v-model="matData.cstmr"></view> --> |
| | | </view> |
| | | <view class="text-box"> |
| | | <view class="text-title text-desc"><text>数量</text></view> |
| | | <view class="text-title"> |
| | | <view> |
| | | <uni-number-box :value="matData.anfme" :max="9999999" color="#747474" @change="changeValue"/> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <button class="cu-btn bg-blue" @click="back()">提取</button> |
| | | </label> |
| | | </view> |
| | | </scroll-view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | height: 100rpx; |
| | | line-height: 100rpx; |
| | | background-color: rgba(255,255,255,1); |
| | | /* background-color: #434343; */ |
| | | position: fixed; |
| | | bottom: 0%; |
| | | border-top: 1px solid #d8d8d8; |