123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229 |
- <template>
- <view>
- <view class="uni-form-item uni-column">
- <view class="uni-flex uni-row">
- <view class="title" style="width: 150rpx;">生产令号:</view>
- <input class="uni-input" style="font-size: 40rpx;font-weight: bold;color: black;" disabled="true" v-model="bomNo"/>
- </view>
- <view class="uni-flex uni-row" style="margin-top: 3px;margin-bottom: 3px;">
- <view class="title" style="width: 150rpx;">物料号:</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="queryFun">查 询</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>
- <view v-for="(newsitem,key) in sapOutTaskList" :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.qty}}</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.assembleQty}}</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.createBy}}</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.createTime}}</text>
- </view>
- </view>
- <view v-if="newsitem.assembleQty < newsitem.qty" 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 {
- bomNo: '',
- foucusIndex: 0,
- materialSpecCode: '',
- isShowTips: true,
- sapOutTaskList:[],
- }
- },
- onLoad(option) {
- this.bomNo = option.bomNo;
- uni.$on('addAssembleDtlData', this.addAssembleDtlData)
- },
- onUnload() {
- uni.$off('addAssembleDtlData', this.addAssembleDtlData)
- },
- methods: {
- async queryFun() {
- if(this.isEmptyStr(this.materialSpecCode)) {
- uni.showToast({
- title: '物料信息 不能为空!',
- icon: 'none',
- duration: 1500,
- mask:true,
- })
- this.foucusIndex = 1
- setTimeout(() => {
- this.foucusIndex = 0;
- }, 100)
- return
- }
-
- uni.showLoading({
- title: "正在查询...",
- mask: true,
- })
- this.sapOutTaskList = []
- let parm = {
- url : '/business/SapBomRecord/QuerySapBomRecordListForMaterialSpec?bomNo=' + this.bomNo + '&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.sapOutTaskList = retData.data.data
- if(len > 0) {
- this.isShowTips = false
- }
- else {
- this.isShowTips = true
- this.resetCondition()
- }
- }
- else {
- this.isShowTips = true
- this.resetCondition()
- }
- }
- else {
- this.isShowTips = true
- this.resetCondition()
- }
- uni.hideLoading()
- },
- resetCondition() {
- this.foucusIndex++
- // console.log(this.foucusIndex)
- this.materialSpecCode = ''
- this.sapOutTaskList = []
- this.isShowTips = true
- setTimeout(() => {
- this.foucusIndex = 0;
- // console.log('额呵呵呵!!!')
- }, 150)
- // this.foucusIndex = 0;
- },
- isEmptyStr(s) {
- if (s == undefined || s === '') {
- return true
- }
- return false
- },
- myDeliverDetailClick(model) {
- model.bomNo = this.bomNo;
- if(model.assembleQty >= model.qty) {
- uni.showToast({
- title: '已全部出库',
- icon: 'error',
- mask: true,
- duration: 1500
- })
- } else {
- uni.navigateTo({
- url: '/pages/Outstore/outassembleOperate',
- success() {
- uni.$emit('sendCheckedDeliverDtlData',model)
- // console.log(model)
- }
- });
- }
- },
- addAssembleDtlData(data) {
- // console.log(data)
- this.sapOutTaskList.forEach((item) => {
- if(item.id === data.id) {
- item.assembleQty += Number(data.assembleNum);
- }
- })
- let isFinish = this.sapOutTaskList.some(x => x.assembleQty < x.qty)
- if(!isFinish) {
- // console.log(111)
- this.resetCondition()
- // console.log(1221)
- }
- else {
- this.queryFun()
- }
- },
- confirmFun() {
- this.queryFun()
- }
- }
- }
- </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>
|