| | |
| | | </view> |
| | | <view v-if="current === 1" class="headerstyle"> |
| | | <view class="itemstyle"> |
| | | <u-sticky> |
| | | <!-- <view style="background-color: #ffffff;"> |
| | | <uni-search-bar @confirm="search" v-model="searchValue"></uni-search-bar> |
| | | </view> --> |
| | | </u-sticky> |
| | | <!-- <uni-forms label-width="180"> |
| | | <uni-forms-item label="åºå"> |
| | | <uni-data-select v-if="show" v-model="value" :localdata="range"></uni-data-select> |
| | |
| | | </uni-forms-item> |
| | | </uni-forms> --> |
| | | <uni-list :border="true"> |
| | | <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId"> |
| | | <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.id"> |
| | | <template v-slot:body> |
| | | <view class="uni-content"> |
| | | <view style="font-size: 18px;">æ¶è´§åå·ï¼{{orderNo}}</view> |
| | | <view style="font-size: 18px;">éè´åå·ï¼{{item.purchaseOrderNo}}</view> |
| | | <view style="font-size: 18px;">ç©æç¼å·ï¼{{item.materielCode}}</view> |
| | | <view style="font-size: 18px;">æ¹æ¬¡å·ï¼{{item.lotNo}}</view> |
| | | <view style="font-size: 18px;">æ¶è´§æ°éï¼{{item.receivedQuantity}}</view> |
| | | <view style="font-size: 18px;">æ¯å¦è´¨æ£ï¼{{item.ifInspection==1?"æ¯":"å¦"}}</view> |
| | | <view>æ¶è´§åå·ï¼{{orderNo}}</view> |
| | | <view>éè´åå·ï¼{{item.purchaseOrderNo}}</view> |
| | | <view>ç©æç¼å·ï¼{{item.materielCode}}</view> |
| | | <view>æ¹æ¬¡å·ï¼{{item.lotNo}}</view> |
| | | <view>æ¶è´§æ°éï¼{{item.receivedQuantity}}</view> |
| | | <view>æ¯å¦è´¨æ£ï¼{{item.ifInspection==1?"æ¯":"å¦"}}</view> |
| | | </view> |
| | | </template> |
| | | </uni-list-item> |
| | |
| | | this.ProductionDate = "çäº§æ¥æï¼" + res.data.productionDate; |
| | | this.orderQty = "è®¢åæ°éï¼" + res.data.quantity; |
| | | this.Quantity = res.data.quantity; |
| | | if (res.message) { |
| | | if (!res.status) { |
| | | this.$refs.uToast.show({ |
| | | title: res.message, |
| | | type: "error" |