Files
hht-zzzw-uni/pages/zw/manual-returnmater.vue

228 lines
6.5 KiB
Vue
Raw Normal View History

2025-08-07 13:20:35 +08:00
<template>
<view class="zd_container">
2025-08-14 09:52:26 +08:00
<!-- 手工退料 -->
2025-08-07 13:20:35 +08:00
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="zd-row border-bottom">
<view class="zd-col-7">
2025-08-14 09:52:26 +08:00
<span class="filter_label">起点点位</span>
2025-08-07 13:20:35 +08:00
</view>
2025-08-14 09:52:26 +08:00
<view class="zd-col-17">
<search-box v-model="val1"/>
2025-08-07 13:20:35 +08:00
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
2025-08-14 09:52:26 +08:00
<span class="filter_label">载具编码</span>
2025-08-07 13:20:35 +08:00
</view>
2025-08-14 09:52:26 +08:00
<view class="zd-col-17">
<search-box v-model="val2"/>
2025-08-07 13:20:35 +08:00
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label">任务类型</span>
</view>
<view class="zd-col-24 filter_select">
2025-08-14 09:52:26 +08:00
<uni-data-select v-model="index4" :localdata="options4" @change="selectChange4"></uni-data-select>
</view>
</view>
2025-09-08 17:48:45 +08:00
<view v-if="index4 === '1'">
2025-08-21 14:39:09 +08:00
<view class="zd-row border-bottom">
<view class="zd-col-7">
2025-09-08 17:48:45 +08:00
<span class="filter_label">物料信息</span>
2025-08-21 14:39:09 +08:00
</view>
2025-09-08 17:48:45 +08:00
<view class="zd-col-17">
<input type="text" class="filter_input" v-model="currentData.material_name" @tap="toJump">
2025-08-21 14:39:09 +08:00
</view>
</view>
2025-08-14 09:52:26 +08:00
<view class="zd-row border-bottom">
<view class="zd-col-7">
2025-09-08 17:48:45 +08:00
<span class="filter_label filter_input_disabled">物料编码</span>
2025-08-14 09:52:26 +08:00
</view>
<view class="zd-col-17">
2025-09-08 17:48:45 +08:00
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.material_code" disabled>
2025-08-14 09:52:26 +08:00
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label filter_input_disabled">物料名称</span>
</view>
<view class="zd-col-17">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.material_name" disabled>
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label filter_input_disabled">物料规格</span>
</view>
<view class="zd-col-17">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.material_spec" disabled>
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
2025-09-08 17:48:45 +08:00
<span class="filter_label filter_input_disabled">物料数量(kg)</span>
2025-08-14 09:52:26 +08:00
</view>
<view class="zd-col-17">
2025-09-08 17:48:45 +08:00
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.qty" disabled>
2025-08-14 09:52:26 +08:00
</view>
</view>
2025-09-08 17:48:45 +08:00
<!-- <view class="zd-row border-bottom">
2025-08-14 09:52:26 +08:00
<view class="zd-col-7">
2025-09-08 17:48:45 +08:00
<span class="filter_label">物料数量(kg)</span>
2025-08-14 09:52:26 +08:00
</view>
<view class="zd-col-17">
2025-08-15 15:23:07 +08:00
<NumberInput
v-model="val3"
mode="integer"
/>
2025-08-07 13:20:35 +08:00
</view>
2025-09-08 17:48:45 +08:00
</view> -->
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label filter_input_disabled">供应商编码</span>
</view>
<view class="zd-col-17">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.supp_code" disabled>
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label filter_input_disabled">供应商名称</span>
</view>
<view class="zd-col-17">
<input type="text" class="filter_input filter_input_disabled" v-model="currentData.supp_name" disabled>
</view>
2025-08-07 13:20:35 +08:00
</view>
</view>
2025-08-15 15:23:07 +08:00
</view>
2025-08-07 13:20:35 +08:00
</view>
<view class="zd-row submit-bar">
<button class="zd-col-6 button-default" @tap="clearUp">清空</button>
2025-08-21 14:39:09 +08:00
<button v-show="index4 === '1'" class="zd-col-16 button-primary" :class="{'button-info': !val1 || !val2 || !index4 || !index5 || !val3 || !currentData.material_code}" :disabled="disabled" @tap="_checkoutbillBackMaterial">确认</button>
<button v-show="index4 !== '1'" class="zd-col-16 button-primary" :class="{'button-info': !val1 || !val2 || !index4 || !index5}" :disabled="disabled" @tap="_checkoutbillBackMaterial">确认</button>
2025-08-07 13:20:35 +08:00
</view>
</view>
</template>
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
2025-08-15 15:23:07 +08:00
import NumberInput from '@/components/NumberInput.vue'
2025-08-21 14:39:09 +08:00
import {suppList, getMaterialSuppByVehicleCode, checkoutbillBackMaterial} from '@/utils/getData4.js'
2025-08-07 13:20:35 +08:00
export default {
components: {
NavBar,
2025-08-15 15:23:07 +08:00
SearchBox,
NumberInput
2025-08-07 13:20:35 +08:00
},
data() {
return {
2025-08-14 09:52:26 +08:00
val1: '',
val2: '',
val3: '',
2025-08-07 13:20:35 +08:00
title: '',
2025-08-14 09:52:26 +08:00
options4: [{text:'退料', value:'1'}, {text:'退空桶', value: '2'}],
index4: '',
2025-08-21 14:39:09 +08:00
options5: [],
index5: '',
2025-08-14 09:52:26 +08:00
currentData: {},
2025-08-07 13:20:35 +08:00
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
2025-08-14 09:52:26 +08:00
onShow() {
},
2025-08-07 13:20:35 +08:00
created () {
2025-08-21 14:39:09 +08:00
this._suppList()
2025-08-07 13:20:35 +08:00
},
methods: {
2025-08-21 14:39:09 +08:00
async _suppList () {
try {
let res = await suppList()
if (res) {
this.options5 = res.data
} else {
this.options5 = []
}
} catch (e) {
this.options5 = []
}
},
2025-08-14 09:52:26 +08:00
toJump () {
2025-09-12 11:01:46 +08:00
this._getMaterialSuppByVehicleCode()
2025-08-07 13:20:35 +08:00
},
2025-08-14 09:52:26 +08:00
selectChange4 (e) {
this.index4 = e
2025-08-07 13:20:35 +08:00
},
2025-08-21 14:39:09 +08:00
selectChange5 (e) {
this.index5 = e
},
2025-08-07 13:20:35 +08:00
clearUp () {
2025-08-14 09:52:26 +08:00
this.val1 = ''
this.val2 = ''
this.index4 = ''
2025-08-21 14:39:09 +08:00
this.index5 = ''
this.currentData = {}
2025-08-07 13:20:35 +08:00
this.disabled = false
},
2025-08-21 14:39:09 +08:00
async _getMaterialSuppByVehicleCode () {
try {
2025-08-25 14:44:08 +08:00
let res = await getMaterialSuppByVehicleCode(this.val2)
2025-08-21 14:39:09 +08:00
if (res.code === '200') {
this.currentData = res.data
2025-09-08 17:48:45 +08:00
this.val3 = this.currentData.qty
2025-08-21 14:39:09 +08:00
} else {
uni.showToast({
title: res.message,
icon: 'none'
})
}
} catch (e) {
}
},
2025-08-07 13:20:35 +08:00
async _checkoutbillBackMaterial () {
this.disabled = true
2025-08-15 16:58:39 +08:00
if (this.index4 === '1') {
2025-08-21 14:39:09 +08:00
if (!this.val1 || !this.val2 || !this.index4 || !this.index5 || !this.val3 || !this.currentData.material_code) {
2025-08-15 16:58:39 +08:00
this.disabled = false
return
}
} else {
2025-08-21 14:39:09 +08:00
if (!this.val1 || !this.val2 || !this.index4 || !this.index5) {
2025-08-15 16:58:39 +08:00
this.disabled = false
return
}
2025-08-07 13:20:35 +08:00
}
try {
2025-08-21 14:39:09 +08:00
let selobj = this.options5.find(item => item.value === this.index5)
let res = await checkoutbillBackMaterial(this.val1, this.val2, this.index4, this.val3, this.currentData.material_code, this.index5, selobj.text)
2025-08-07 13:20:35 +08:00
if (res.code === '200') {
uni.showToast({
title: res.message,
icon: 'none'
})
this.clearUp()
} else {
uni.showToast({
title: res.message,
icon: 'none'
})
this.disabled = false
}
} catch (e) {
this.disabled = false
}
}
}
}
</script>
<style lang="stylus">
</style>