Browse Source

修改样式

wms3.0_pda
niexiting 12 months ago
parent
commit
a887473031
  1. 9
      mycomponents/location/requiredLocation.vue
  2. 3
      mycomponents/recommend/recommend.vue
  3. 53
      pages/inspect/coms/inspectComDetailCard.vue
  4. 15
      pages/inspect/job/inspectDetail.vue
  5. 14
      pages/purchaseReceipt/job/receiptDetail.vue

9
mycomponents/location/requiredLocation.vue

@ -4,12 +4,11 @@
padding-left: 10rpx; padding-left: 10rpx;
padding-right: 10rpx; padding-right: 10rpx;
font-size:32rpx;"> font-size:32rpx;">
<view class="uni-flex uni-row u-col-center" @click="showLocation">
<text style="font-size: 35rpx;">{{title}} </text> <text style="font-size: 35rpx;">{{title}} </text>
<view class="uni-flex u-col-center" @click="showLocation"> <text style="font-size: 35rpx;color:#3FBAFF;" v-if="locationCode==''&&isShowEdit==true">&nbsp 请扫描</text>
<text style="color:#3FBAFF;font-size: 35rpx;" v-if="locationCode==''&&isShowEdit==true">&nbsp 请扫描</text> <text style="font-size: 35rpx;color:#3FBAFF;">&nbsp {{locationCode}}</text>
<text style="color:#3FBAFF; font-size: 35rpx;">&nbsp {{locationCode}}</text> <image v-if="isShowEdit" style="width:45rpx;height: 45rpx;" src="/static/icons/icons_edit.svg"></image>
<image v-if="isShowEdit" style="width: 45rpx;height: 45rpx;" src="/static/icons/icons_edit.svg"
></image>
</view> </view>
<win-scan-location ref="scanLocationCode" :title="title" @getLocation='getLocation' <win-scan-location ref="scanLocationCode" :title="title" @getLocation='getLocation'
:locationTypeList="locationTypeList"></win-scan-location> :locationTypeList="locationTypeList"></win-scan-location>

3
mycomponents/recommend/recommend.vue

@ -11,7 +11,8 @@
</location> </location>
</view> </view>
<view> <view>
<recommend-qty v-if="detail.handleQty==null || detail.handleQty==undefined||detail.handleQty==0" :dataContent="detail" <!-- ||detail.handleQty==0 -->
<recommend-qty v-if="detail.handleQty==null || detail.handleQty==undefined" :dataContent="detail"
:isShowStdPack="false"></recommend-qty> :isShowStdPack="false"></recommend-qty>
<compare-qty v-else :dataContent="detail" :recommendQty="Number(detail.qty)" <compare-qty v-else :dataContent="detail" :recommendQty="Number(detail.qty)"
:handleQty="Number(detail.handleQty)" :isShowStdPack="false"> :handleQty="Number(detail.handleQty)" :isShowStdPack="false">

53
pages/inspect/coms/inspectComDetailCard.vue

@ -1,13 +1,12 @@
<template> <template>
<view class="" style="background-color: #fff;"> <view class="" style="background-color: #fff;">
<view class=""> <view class="">
<view class="" >
<view class="cen_card" style="padding: 20rpx;">
<view class="cell_box uni-flex uni-row"> <view class="cell_box uni-flex uni-row">
<view class="cell_info"> <!-- <view class="cell_info">
<view class="text_lightblue">类型</view> <view class="text_lightblue">类型</view>
<view>{{getInspectType(jobContent.inspectType)}}</view> <view>{{getInspectType(jobContent.inspectType)}}</view>
</view> </view> -->
<view class="cell_info"> <view class="cell_info">
<view class="text_lightblue">收货数</view> <view class="text_lightblue">收货数</view>
<view>{{jobContent.receiveQty}}{{getUnitInfo(jobContent.uom)}}</view> <view>{{jobContent.receiveQty}}{{getUnitInfo(jobContent.uom)}}</view>
@ -25,9 +24,8 @@
<view>{{jobContent.crackQty}}{{getUnitInfo(jobContent.uom)}}</view> <view>{{jobContent.crackQty}}{{getUnitInfo(jobContent.uom)}}</view>
</view> </view>
</view> </view>
<u-line /> <!-- <u-line /> -->
</view> </view>
</view> </view>
<u-line /> <u-line />
<uni-collapse ref="collapse1" @change=""> <uni-collapse ref="collapse1" @change="">
@ -38,26 +36,41 @@
<view class="" style="margin-left: 20rpx; "> <view class="" style="margin-left: 20rpx; ">
<batch :batch="jobContent.batch"></batch> <batch :batch="jobContent.batch"></batch>
</view> </view>
</template> </template>
<u-line /> <u-line />
<view class="" v-for="(item,index) in dataContent.subList"> <view class="" v-for="(item,index) in dataContent.subList">
<uni-swipe-action ref="swipeAction"> <uni-swipe-action ref="swipeAction">
<uni-swipe-action-item @click="swipeClick($event,item,index)" <uni-swipe-action-item @click="swipeClick($event,item,index)"
:right-options="item.scaned?scanOptions:detailOptions"> :right-options="item.scaned?scanOptions:detailOptions">
<recommend :detail="item" :isShowPack="isShowPack" <recommend :detail="item" :isShowPack="isShowPack" :isShowBatch="isShowBatch"
:isShowBatch="isShowBatch" :isShowFromLocation="isShowLocation"></recommend> :isShowFromLocation="isShowLocation"></recommend>
<view v-if="item.failedQty>0||item.crackQty>0" :class="item.scaned?'scan_view':''" style="font-size: 32rpx;padding-left: 3rpx;"> <view v-if="item.failedQty>0||item.crackQty>0" :class="item.scaned?'scan_view':''" style="font-size: 32rpx;">
<view class="" > <view class="cell_box uni-flex uni-row">
不合格数量 {{item.failedQty}} <view class="cell_info uni-flex uni-row">
<view class="text_lightblue">
不合格
</view>
<view style="padding-left: 12rpx;color: #F56C6C;">
{{item.failedQty}}
</view>
</view>
<view class="cell_info uni-flex uni-row">
<view class="text_lightblue">
报废
</view>
<view style="padding-left: 12rpx;color: #EC9C00">
{{item.crackQty}}
</view>
</view>
<view class="cell_info uni-flex uni-row">
<view class="text_lightblue">
合格
</view>
<view style="padding-left: 12rpx;color: #0A84FF">
{{item.goodQty}}
</view> </view>
<view class="" >
报废数量 {{item.crackQty}}
</view> </view>
<view class="" >
合格数量 {{item.goodQty}}
</view> </view>
</view> </view>
</uni-swipe-action-item> </uni-swipe-action-item>
</uni-swipe-action> </uni-swipe-action>
@ -66,8 +79,7 @@
</uni-collapse-item> </uni-collapse-item>
</uni-collapse> </uni-collapse>
<inspectEdit ref='inspectEdit' <inspectEdit ref='inspectEdit' @getInspectResult='getInspectResult'>
@getInspectResult='getInspectResult'>
</inspectEdit> </inspectEdit>
<job-detail-popup ref="receiptHint" :dataContent="showItem"></job-detail-popup> <job-detail-popup ref="receiptHint" :dataContent="showItem"></job-detail-popup>
<com-message ref="message"></com-message> <com-message ref="message"></com-message>
@ -134,8 +146,7 @@
return { return {
option: [], option: [],
showItem: {}, showItem: {},
editItem: { editItem: {},
},
editIndex: 0, editIndex: 0,
detailOptions: [], detailOptions: [],
scanOptions: [] scanOptions: []

15
pages/inspect/job/inspectDetail.vue

@ -1,13 +1,17 @@
<template> <template>
<view class="page-wraper"> <view class="page-wraper">
<view style="margin: 5px;">
<job-top :dataContent="jobContent"></job-top>
<view>
<view class="card_content"> 检验类型 : {{jobContent.asnNumber}}</view>
</view>
</view>
<view class="page-main"> <view class="page-main">
<scroll-view scroll-y="true" class="page-main-scroll"> <scroll-view scroll-y="true" class="page-main-scroll">
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> <view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
<view class=""> <inspect-com-detail-card :dataContent="item" :jobContent="jobContent" @remove="updateData"
<inspectComDetailCard :dataContent="item" :jobContent="jobContent" @remove="updateData"
:isShowBatch="false" @updateData='updateData'> :isShowBatch="false" @updateData='updateData'>
</inspectComDetailCard> </inspect-com-detail-card>
</view>
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
@ -66,7 +70,7 @@
import winScanPackAndLocation from "@/mycomponents/scan/winScanPackAndLocation.vue" import winScanPackAndLocation from "@/mycomponents/scan/winScanPackAndLocation.vue"
import comMessage from '@/mycomponents/common/comMessage.vue' import comMessage from '@/mycomponents/common/comMessage.vue'
import inspectComDetailCard from "@/pages/inspect/coms/inspectComDetailCard.vue" import inspectComDetailCard from "@/pages/inspect/coms/inspectComDetailCard.vue"
import jobTop from '@/mycomponents/job/jobTop.vue'
export default { export default {
name: 'returnDetail', name: 'returnDetail',
components: { components: {
@ -76,6 +80,7 @@
winScanPackAndLocation, winScanPackAndLocation,
comMessage, comMessage,
inspectComDetailCard, inspectComDetailCard,
jobTop
}, },
data() { data() {
return { return {

14
pages/purchaseReceipt/job/receiptDetail.vue

@ -1,5 +1,13 @@
<template> <template>
<view class="page-wraper"> <view class="page-wraper">
<view style="margin: 5px;">
<job-top :dataContent="jobContent"></job-top>
<view class="card_content">
发货单号 : {{jobContent.asnNumber}}
</view>
<u-line />
</view>
<view class="page-main"> <view class="page-main">
<scroll-view scroll-y="true" class="page-main-scroll"> <scroll-view scroll-y="true" class="page-main-scroll">
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> <view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
@ -71,6 +79,7 @@
import requiredLocation from '@/mycomponents/location/requiredLocation.vue' import requiredLocation from '@/mycomponents/location/requiredLocation.vue'
import comMessage from '@/mycomponents/common/comMessage.vue' import comMessage from '@/mycomponents/common/comMessage.vue'
import comReceiptDetailCard from '@/pages/purchaseReceipt/coms/comReceiptDetailCard.vue' import comReceiptDetailCard from '@/pages/purchaseReceipt/coms/comReceiptDetailCard.vue'
import jobTop from '@/mycomponents/job/jobTop.vue'
export default { export default {
name: 'receipt_detail', name: 'receipt_detail',
@ -79,7 +88,8 @@
winScanPack, winScanPack,
comReceiptDetailCard, comReceiptDetailCard,
requiredLocation, requiredLocation,
comMessage comMessage,
jobTop
}, },
data() { data() {
return { return {
@ -182,7 +192,7 @@
} else { } else {
that.showMessage('列表数据为0'); that.showMessage('列表数据为0');
} }
updateTitle(that.jobContent.number); // updateTitle("-" + that.jobContent.number);
} }
}).catch(error => { }).catch(error => {
uni.hideLoading() uni.hideLoading()

Loading…
Cancel
Save