123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- <template>
- <view>
- <view class="uni-form-item uni-column">
- <view class="uni-flex uni-row">
- <view class="title" style="width: 190rpx;">交验单号:</view>
- <input class="uni-input" style="margin-right: 5px;font-size: 40rpx;font-weight: bold;color: black;" disabled="true" v-model="deliverNo"/>
- </view>
- <view class="uni-flex uni-row" style="margin-top: 3px;margin-bottom: 3px;">
- <view class="title" style="width: 190rpx;">规格型号\图号:</view>
- <input class="uni-input" style="margin-right: 5px;" :focus="foucusIndex === 0" v-model="materialSpecCode" placeholder="请输入规格型号\图号" @confirm="confirmFun"/>
- </view>
- <view class="uni-flex uni-row">
- <button type="primary" style="-webkit-flex: 1;flex: 1;margin-left: 5px;" @click="queryClick">查 询</button>
- <button type="primary" style="-webkit-flex: 1;flex: 1;margin-left: 5px;margin-right: 5px;" @click="resetCondition">重 置</button>
- </view>
- </view>
- <uni-section title="待入库的质检记录数据:" type="line" style="margin-bottom: 3px;padding: 3px;">
- <view class="my-tips-view" v-if="isShowTips">没有查询到数据......</view>
- <uni-pagination :total="total" :current="current" :pageSize="pageSize" @change="pageChange" title="标题文字" v-if="!isShowTips" style="margin: 4px;"/>
- <view v-if="!isShowTips" style="text-align: center;">
- <text class="example-info">数据总量:{{ total }}条,每页数据:{{ pageSize }}</text>
- </view>
- <view v-for="(newsitem,key) in inspectRecordList" :key="key">
- <view class="myDeliverDetail" @click="myDeliverDetailClick(newsitem)">
- <view style="flex-direction: row;flex-direction: row;height: 25px;display: flex;padding: 2px;border-radius: 5px 5px;">
- <text style="align-self: center;">物料编号:</text>
- <text style="align-self: center;font-size: 30rpx;font-weight: bold;">{{newsitem.materialCode}}</text>
- <text :class="newsitem.keyFlag ? 'keyFlagRed' : 'keyFlagGray'" style="align-self: center;margin-left: 20px;">{{newsitem.keyFlag ? '★' : '■'}}</text>
- </view>
- <view class="line-h"></view>
- <view style="flex-direction: row;flex-direction: row;display: flex;-webkit-justify-content: space-between;justify-content: space-between;">
- <view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">物料名称:</text>
- <text style="align-self: center;font-size: 25rpx;word-wrap: break-word;width: 200px;">{{newsitem.materialName}}</text>
- </view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">规格型号/图号:</text>
- <text style="align-self: center;font-size: 35rpx;font-weight: bold;color: blue;word-wrap: break-word;width: 200px;">{{newsitem.materialSpec}}</text>
- </view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">生产令号:</text>
- <text style="align-self: center;font-size: 35rpx;font-weight: bold;color: blue;word-wrap: break-word;width: 200px;">{{newsitem.bomNo}}</text>
- </view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">BN/SN:</text>
- <text style="align-self: center;font-size: 30rpx;font-weight: bold;word-wrap: break-word;width: 200px;">{{newsitem.bnSnCode}}</text>
- </view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">质检合格数量:</text>
- <text style="align-self: center;font-size: 30rpx;font-weight: bold;">{{newsitem.checkQty}}</text>
- </view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">已入库数量:</text>
- <text style="align-self: center;font-size: 35rpx;font-weight: bold;color: red;">{{newsitem.instoreQty}}</text>
- </view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">质检人:</text>
- <text style="align-self: center;font-size: 30rpx;">{{newsitem.inspectedBy}}</text>
- </view>
- <view style="flex-direction: row;flex-direction: row;display: flex;padding: 2px;">
- <text style="align-self: center;color: #555;font-size: 25rpx;">质检时间:</text>
- <text style="align-self: center;font-size: 30rpx;">{{newsitem.inspectTime}}</text>
- </view>
- </view>
- <view v-if="newsitem.instoreQty < newsitem.checkQty" style="border-radius: 35px;width: 35px; background-color: lime;height: 35px;align-self: center;margin-right: 5px;"></view>
- <view v-else style="border-radius: 35px;width: 35px; background-color: lightgray;height: 35px;align-self: center;margin-right: 5px;"></view>
- </view>
- </view>
- </view>
- </uni-section>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- deliverNo: '',
- foucusIndex: 0,
- materialSpecCode: '',
- isShowTips: true,
- inspectRecordList:[],
- current: 1,
- total: 0,
- pageSize: 10,
- }
- },
- onLoad(option) {
- this.deliverNo = option.deliverNo;
- uni.$on('addInstoreData', this.addInstoreData)
- this.QueryNotInstoreData(option.deliverNo)
- },
- onUnload() {
- uni.$off('addInstoreData', this.addInstoreData)
- },
- methods: {
- async queryClick() {
- if(!this.isEmptyStr(this.materialSpecCode)) {
- await this.queryFun()
- }
- else {
- await this.QueryNotInstoreData(this.deliverNo)
- }
- },
- async queryFun() {
- if(this.isEmptyStr(this.materialSpecCode)) {
- uni.showToast({
- title: '物料信息 不能为空!',
- icon: 'none',
- duration: 1500,
- mask:true,
- })
- this.foucusIndex = 1
- setTimeout(() => {
- this.foucusIndex = 0;
- }, 150)
- return
- }
-
- uni.showLoading({
- title: "正在查询...",
- mask: true,
- })
- this.inspectRecordList = []
- let parm = {
- url : '/business/QaInspectRecord/QueryInspectRecordData?deliverNo=' + this.deliverNo + '&materialSpecCode=' + this.materialSpecCode,
- data: {
- },
- method: 'POST',
- isHaveToken : true
- }
- let retData = await getApp().RequestData(parm)
- // console.log(retData)
- if(retData.isSuccess) {
- if(retData.data.code == 200) {
- let len = retData.data.data.length
- this.inspectRecordList = retData.data.data
- if(len > 0) {
- this.isShowTips = false;
- }
- else {
- this.isShowTips = true;
- }
- }
- else {
- this.isShowTips = true
- }
- }
- else {
- this.isShowTips = true
- }
- uni.hideLoading()
- },
- resetCondition() {
- this.materialSpecCode = ''
- // this.inspectRecordList = []
- this.isShowTips = true
- // this.foucusIndex = 1
- // setTimeout(() => {
- // this.foucusIndex = 0;
- // }, 150)
- this.QueryNotInstoreData(this.deliverNo)
- },
- ResetFoucus() {
- this.foucusIndex = 1
- setTimeout(() => {
- this.foucusIndex = 0;
- }, 150)
- },
- isEmptyStr(s) {
- if (s == undefined || s === '') {
- return true
- }
- return false
- },
- myDeliverDetailClick(model) {
- model.deliverNo = this.deliverNo;
- if(model.instoreQty >= model.checkQty) {
- uni.showToast({
- title: '已全部入库',
- icon: 'error',
- mask: true,
- duration: 1500
- })
- } else {
- uni.navigateTo({
- url: '/pages/Instore/instoreOperate',
- success() {
- uni.$emit('sendCheckedDeliverDtlData',model)
- // console.log(model)
- }
- });
- }
- } ,
- addInstoreData(data) {
- // this.inspectRecordList.forEach((item) => {
- // if(item.inspectId === data.inspectId) {
- // item.instoreQty += Number(data.instoreQty);
- // }
- // })
- // let isFinish = this.inspectRecordList.some(x => x.instoreQty < x.checkQty)
- // if(!isFinish) {
- // this.resetCondition()
- // }
- // else {
- // this.queryFun()
- // }
- this.QueryNotInstoreData(this.deliverNo)
- },
- confirmFun() {
- this.queryFun()
- },
- pageChange(e) {
- this.current = e.current
- this.QueryNotInstoreData(this.deliverNo)
- },
- async QueryNotInstoreData(deliverNoStr) {
- this.inspectRecordList = []
- let parm = {
- url : '/business/QaInspectRecord/QueryNotInstoreData',
- data: {
- DeliverNo: deliverNoStr,
- PageNum: this.current,
- PageSize: this.pageSize
- },
- method: 'POST',
- isHaveToken : true
- }
- uni.showLoading({
- title: "正在查询...",
- mask: true,
- })
- let retData = await getApp().RequestData(parm)
- if(retData.isSuccess) {
- if(retData.data.code == 200) {
- // let len = retData.data.data.length
- // this.inspectRecordList = retData.data.data
- let len = retData.data.data.result.length
- this.total = retData.data.data.totalNum
- if(len > 0) {
- this.isShowTips = false
- }
- else {
- this.isShowTips = true
- }
- this.inspectRecordList = retData.data.data.result
- }
- else {
- this.isShowTips = true
- }
- }
- else {
- this.isShowTips = true
- }
- this.ResetFoucus()
- uni.hideLoading()
- }
- }
- }
- </script>
- <style lang="scss">
- .my-tips-view {
- /* margin-top: 50px; */
- text-align: center;
- color: #999999;
- font-size: 20px;
- font-weight: normal;
- }
- .myDeliverDetail {
- border: 1px solid #cccccc;
- border-radius: 5px;
- margin-top: 1px;
- }
- .myDeliverDetail:active {
- background-color: aliceblue;
- }
- .line-h {
- height: 1rpx;
- background-color: #cccccc;
- }
- .keyFlagRed {
- color: red;
- }
- .keyFlagGray {
- color: lightgray;
- }
- </style>
|