Files
hht-tongbo-yinni/pages/ProductManage/ZjOutStore.vue
2023-12-25 17:58:31 +08:00

329 lines
9.5 KiB
Vue

<template>
<view class="zd_container">
<nav-bar :title="$t('menu.subroll-outbound')"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
<view class="filter_label">{{$t('filter.area')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index2" :localdata="options2" @change="selectChange2"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">{{$t('filter.device')}}</span>
</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index5" :localdata="options5" @change="selectChange5"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('filter.point')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index1" :localdata="options1" @change="selectChange1"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label filter_label_1"></span>
</view>
<view class="filter_input_wraper filter_input_wraper_1">
<view class="iconfont icon_unchecked" :class="{'icon_checked': isV === '1'}" @tap="isVirtual">&#xe66b;</view>
<view class="filter_input_wraper_inn_text">{{$t('filter.last-roll-down')}}</view>
</view>
</view>
</view>
<view class="zd_wrapper grid-wraper">
<view class="slide_new">
<table>
<thead>
<tr>
<th>{{$t('grid.number')}}</th>
<th>{{$t('grid.select')}}</th>
<th>{{$t('filter.air-shaft')}}</th>
<th>{{$t('grid.sub-roll-number')}}</th>
<th>{{$t('grid.machine-code')}}</th>
<th>{{$t('grid.split-group')}}</th>
<th>{{$t('grid.production-sequence')}}</th>
<th>{{$t('grid.grid.date-of-manufacture')}}</th>
<th>{{$t('grid.paper-FRP-tube')}}</th>
<th>{{$t('grid.paper-tube-material-code')}}</th>
<th>{{$t('grid.paper-tube-material-description')}}</th>
<th>{{$t('grid.paper-tube-specifications')}}</th>
<th>{{$t('grid.FRP-pipe-material-code')}}</th>
<th>{{$t('grid.FRP-pipe-material-description')}}</th>
<th>{{$t('grid.FRP-pipe-specifications')}}</th>
<th>{{$t('grid.order-number')}}</th>
</tr>
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i" :class="{'checked': e.checked}">
<td>{{Number(i) + 1}}</td>
<td><span class="iconfont icon_unchecked" :class="{'icon_checked': e.checked}" @tap="toCheck(e)">&#xe66b;</span></td>
<td>{{e.qzzno}}</td>
<td>{{e.container_name}}</td>
<td>{{e.point_code}}</td>
<td>{{e.split_group}}</td>
<td>{{e.manufacture_sort}}</td>
<td>{{e.manufacture_date}}</td>
<td>{{e.paper_tube_or_FRP}}</td>
<td>{{e.paper_tube_material}}</td>
<td>{{e.paper_tube_description}}</td>
<td>{{e.paper_tube_model}}</td>
<td>{{e.FRP_material}}</td>
<td>{{e.FRP_description}}</td>
<td>{{e.FRP_model}}</td>
<td>{{e.mfg_order_name}}</td>
</tr>
</tbody>
</table>
</view>
</view>
</view>
<view class="submit-bar">
<button class="submit-button" :class="{'btn-disabled': !index1 || checkArr.length > 0}" :disabled="disabled3" @tap="_disuseConfirm">{{$t('button.scrap-foil-roll-down')}}</button>
<button class="submit-button" :class="{'btn-disabled': !index1 || !checkArr.length}" :disabled="disabled1" @tap="_outConfirm">{{$t('menu.subroll-outbound')}}</button>
<button class="submit-button" @tap="showModal">{{$t('button.outbound-delivery')}}</button>
<button class="submit-button" @tap="_queryMaterialInfo">{{$t('button.search')}}</button>
</view>
<view v-if="active" class="msg_wrapper">
<view class="msg_box">
<view class="filter_item">
<view class="filter_label">{{$t('filter.area')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index3" :localdata="options3" @change="selectChange3"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('filter.cache-point')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index4" :localdata="options4" @change="selectChange4"></uni-data-select>
</view>
<view class="filter_search" @tap="_conveyPointQuery">{{$t('button.search')}}</view>
</view>
<view class="msg_btns">
<button class="submit-button msg_btn" @tap="cancleModal">{{$t('button.cancel')}}</button>
<button class="submit-button msg_btn" :class="{'btn-disabled': !index4}" :disabled="disabled2" @tap="_conveyConfirm">{{$t('button.confirm')}}</button>
</view>
</view>
</view>
<view v-if="active" class="msg_mask"></view>
</view>
</template>
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import {devicePointQuery, queryProductArea, queryDeviceByarea, queryMaterialInfo4, outConfirm, conveyPointQuery, conveyConfirm, disuseConfirm} from '@/utils/getData2.js'
export default {
components: {
NavBar,
SearchBox
},
data() {
return {
options1: [],
index1: '',
options2: [],
index2: '',
options3: [],
index3: '',
options4: [],
index4: '',
options5: [],
index5: '',
isV: '0',
dataList: [],
disabled1: false,
disabled2: false,
disabled3: false,
checkArr: [],
active: false
};
},
created () {
this._queryProductArea()
this._queryMaterialInfo()
},
methods: {
/** 末次下卷 */
isVirtual () {
this.isV = this.isV === '0' ? '1' : '0'
},
/** 选择器 */
selectChange1(e) {
this.index = e
},
selectChange2(e) {
this.index2 = e
if (e) {
this._queryDeviceByarea(e)
} else {
this.index5 = ''
}
},
selectChange3(e) {
this.index3 = e
},
selectChange4(e) {
this.index4 = e
},
/** 点位下拉框查询 */
async _devicePointQuery (e) {
let res = await devicePointQuery(e)
this.options1 = [...res.data]
},
/** 生产区域下拉框查询 */
async _queryProductArea () {
let res = await queryProductArea()
this.options2 = [...res.data]
this.options3 = [...res.data]
},
/** 选择器5 */
selectChange5(e) {
this.index5 = e
if (e) {
this._devicePointQuery(e)
} else {
this.index1 = ''
}
},
/** 设备下拉框 */
async _queryDeviceByarea (e) {
let res = await queryDeviceByarea(e)
this.options5 = [...res.data]
},
/** 初始化查询 */
async _queryMaterialInfo () {
let res = await queryMaterialInfo4(this.index5, this.index2)
res.data.map(el => {
this.$set(el, 'checked', false)
})
this.dataList = [...res.data]
},
/** 子卷出站 */
async _outConfirm () {
this.disabled1 = true
if (!this.index1) {
uni.showToast({
// title: '点位不能为空',
title: this.$t('toast.point-not-empty'),
icon: 'none'
})
this.disabled1 = false
return
}
if (!this.checkArr.length) {
this.disabled1 = false
return
}
try {
let res = await outConfirm(this.index1, this.checkArr, this.isV)
this.disabled1 = false
this.checkArr = []
this.isV = '0'
this.index1 = ''
this.index5 = ''
this._queryMaterialInfo()
uni.showToast({
title: res.message,
icon: 'none'
})
} catch (e) {
this.disabled1 = false
}
},
/** 废箔下卷 */
async _disuseConfirm () {
this.disabled3 = true
if (!this.index1) {
uni.showToast({
// title: '点位不能为空',
title: this.$t('toast.point-not-empty'),
icon: 'none'
})
this.disabled3 = false
return
}
if (this.checkArr.length > 0) {
this.disabled3 = false
return
}
try {
let res = await disuseConfirm(this.index1)
this.disabled3 = false
this.checkArr = []
this.index1 = ''
this.index5 = ''
this._queryMaterialInfo()
uni.showToast({
title: res.message,
icon: 'none'
})
} catch (e) {
this.disabled3 = false
}
},
toCheck (e) {
e.checked = !e.checked
this.checkArr = this.dataList.filter(i => { return i.checked === true })
},
/** 缓存点位查询 */
async _conveyPointQuery () {
let res = await conveyPointQuery(this.index3)
this.options4 = [...res.data]
},
/** 显示弹窗 */
showModal () {
this.active = true
this.index3 = this.index2
},
cancleModal () {
this.disabled2 = false
this.index3 = ''
this.index4 = ''
this.active = false
},
/** 出站配送接口 */
async _conveyConfirm () {
this.disabled2 = true
if (!this.index4) {
uni.showToast({
// title: '请选择缓存点位',
title: this.$t('toast.select-cache-point'),
icon: 'none'
})
this.disabled2 = false
return
}
try {
let res = await conveyConfirm(this.index4)
this.disabled2 = false
this.index3 = ''
this.index4 = ''
this.active = false
uni.showToast({
title: res.message,
icon: 'none'
})
} catch (e) {
this.disabled2 = false
this.index3 = ''
this.index4 = ''
this.active = false
}
}
}
}
</script>
<style lang="stylus">
.slide_new table td:first-child, .slide_new table th:first-child
width 92rpx
.slide_new table td:nth-child(2), .slide_new table th:nth-child(2)
position sticky
left 89rpx
z-index 102
box-shadow 1px 0 2px rgba(0,0,0,.12)
</style>