接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user