型材发货
This commit is contained in:
@@ -521,7 +521,7 @@ export const repairRequest = (id) => post('api/pda/sb/repairRequest', {
|
|||||||
dept_id: id
|
dept_id: id
|
||||||
})
|
})
|
||||||
|
|
||||||
/** 生产管理 -- 型材发货 */
|
/** 生产管理 -- 型材出库 */
|
||||||
// 1.1工令查询(分页查询)
|
// 1.1工令查询(分页查询)
|
||||||
export const xcoutqueryWorkorder = (page, size) => post('api/pda/st/out/xcout/queryWorkorder', {
|
export const xcoutqueryWorkorder = (page, size) => post('api/pda/st/out/xcout/queryWorkorder', {
|
||||||
page: page,
|
page: page,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<nav-bar title="型材发货"></nav-bar>
|
<nav-bar title="型材出库"></nav-bar>
|
||||||
<section class="content mgt186 mgb70">
|
<section class="content mgt186 mgb70">
|
||||||
<div class="filter-wraper">
|
<div class="filter-wraper">
|
||||||
<div class="bottom-filter-tip">
|
<div class="bottom-filter-tip">
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="submit-bar">
|
<section class="submit-bar">
|
||||||
<button class="btn submit-button" :disabled="disabled1" :class="{'btn-disabled': !val2 || !val3 || dataList.length === 0}" @click="toSure">确认发货</button>
|
<button class="btn submit-button" :disabled="disabled1" :class="{'btn-disabled': !val2 || !val3 || dataList.length === 0}" @click="toSure">确认出库</button>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user