This commit is contained in:
2023-08-09 09:36:19 +08:00
parent c08f0eb83e
commit 8d73f4da43
3 changed files with 22 additions and 2 deletions

View File

@@ -184,3 +184,23 @@ export const washmaterialList = (page, size, mcode) => post('api/pda/wash/materi
size: size,
material_code: mcode
})
// 暂存区管理
// 包装机管理1
// 1.2包装机选择列表
export const packageList = () => post('api/pda/package/packageList', {
})
// 1.3空框送回
export const sendVechile = (dcode) => post('api/pda/package/sendVechile', {
device_code: dcode
})
// 刻字暂存位选择2
// 1.2包装机选择列表
export const cachepoint = () => post('api/pda/package/cachepoint', {
})
// 1.3确认上料
export const confirmUp = (dcode, pcode) => post('api/pda/package/confirmUp', {
device_code: dcode,
point_code: pcode
})

View File

@@ -76,7 +76,7 @@ export default {
}
},
toSelect () {
this.$router.push('/finishedinstoresearch')
this.$router.push('/letterbufferselect')
},
toRadio (e) {
this.pkId = this.pkId === e.sale_code ? '' : e.sale_code

View File

@@ -5,7 +5,7 @@
<div class="search-item">
<div class="search-label">包装机编号</div>
<div class="filter_input_wraper">
<input type="text" class="filter-input" v-model="val1">
<input type="text" class="filter-input" v-model="val1" disabled>
</div>
</div>
<div class="search-item_2 flexend">