调拨维护
This commit is contained in:
@@ -2,90 +2,183 @@
|
||||
<view class="content">
|
||||
<nav-bar title="调拨维护"></nav-bar>
|
||||
<view class="search-confirm-wrap">
|
||||
<view class="zd-row">
|
||||
<view class="zd-col-24 zd-row">
|
||||
<view class="zd-col-8"><search-box v-model="val1" /></view>
|
||||
<view class="zd-col-8 select_wraper">
|
||||
<uni-data-select
|
||||
placeholder="请选择仓库名称"
|
||||
v-model="value1"
|
||||
:localdata="range1"
|
||||
></uni-data-select>
|
||||
</view>
|
||||
<view class="zd-col-7 select_wraper">
|
||||
<uni-data-select
|
||||
placeholder="请选择状态"
|
||||
v-model="value"
|
||||
:localdata="range"
|
||||
></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<button class="confirm-button mgr30" @tap="toSearch">查询</button>
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': checkArr1.length === 0}" @tap="toSure">直接调拨</button>
|
||||
<view class="zd-row jcflexstart">
|
||||
<view class="zd-col-8"><search-box v-model="val1" /></view>
|
||||
<button class="confirm-button" @tap="toSearch">查询</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row jcflexstart table-title_wraper">调拨维护</view>
|
||||
<view class="zd-row jcflexstart table-title_wraper">调拨单</view>
|
||||
<view class="grid-wrap">
|
||||
<view class="table-wrap">
|
||||
<view class="zdrow-wrap">
|
||||
<view class="zd-row sticky zd-th-wraper">
|
||||
<view class="zd-col-1 zd-th"><text>序号</text></view>
|
||||
<view class="zd-col-1 zd-th"><text>选择</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>物料编码</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>物料名称</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>规格型号</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>辅助属性</text></view>
|
||||
<view class="zd-col-1 zd-th"><text>计里单位</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>数量</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>库存类型</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>库存状态</text></view>
|
||||
<view class="zd-col-1 zd-th"><text>调出仓库</text></view>
|
||||
<view class="zd-col-1 zd-th"><text>调入仓库</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>跟踪号</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>计划调<br>入日期</text></view>
|
||||
<view class="zd-col-1 zd-th">更多</view>
|
||||
<view class="zd-col-3 zd-th"><text>单据编号</text></view>
|
||||
<view class="zd-col-2 zd-th nowrap"><text>业务日期</text></view>
|
||||
<view class="zd-col-3 zd-th"><text>调入组织</text></view>
|
||||
<view class="zd-col-3 zd-th"><text>调出组织</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>调入仓库</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>调出仓库</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>状态</text></view>
|
||||
<view class="zd-col-2 zd-th nowrap"><text>计划调入日期</text></view>
|
||||
<view class="zd-col-2 zd-th"><text>备注</text></view>
|
||||
<view class="zd-col-2 zd-th">更多</view>
|
||||
</view>
|
||||
<view class="zd-td-wraper" v-for="(e, i) in dataList1" :key="e.id">
|
||||
<view class="zd-row">
|
||||
<view class="zd-row" :class="{'zd-td-checked': pkId === e.id}" @tap="toCollapse(e)">
|
||||
<view class="zd-col-1 zd-td"><text>{{i+1}}</text></view>
|
||||
<view class="zd-col-1 zd-td" @tap.stop="toCheck1(e)">
|
||||
<view class="zd-checkbox" :class="{'zd-checkbox_active': e.checked}"></view>
|
||||
</view>
|
||||
<view class="zd-col-2 zd-td fontcol1"><text>{{e.djbh}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.bmmc}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.zzmc}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.ckmc}}</text></view>
|
||||
<view class="zd-col-1 zd-td"><text class="fontbg1">{{e.djzt}}</text></view>
|
||||
<view class="zd-col-2 zd-td nowrap"><text>{{e.cjsj}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.cjr}}</text></view>
|
||||
<view class="zd-col-3 zd-td fontcol1"><text>{{e.djbh}}</text></view>
|
||||
<view class="zd-col-2 zd-td nowrap"><text>{{e.ywrq}}</text></view>
|
||||
<view class="zd-col-1 zd-td nowrap"><text>{{e.update_time}}</text></view>
|
||||
<view class="zd-col-1 zd-td nowrap"><text>{{e.update_time}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.update_name}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.update_name}}</text></view>
|
||||
<view class="zd-col-1 zd-td" @tap.stop="getDetails(1,e)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></view>
|
||||
<view class="zd-col-3 zd-td"><text>{{e.drkcmc}}</text></view>
|
||||
<view class="zd-col-3 zd-td"><text>{{e.dckcmc}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.drckmc}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.dcckmc}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text class="fontbg1">{{e.djzt}}</text></view>
|
||||
<view class="zd-col-2 zd-td"><text>{{e.jhdrrq}}</text></view>
|
||||
<view class="zd-col-2 zd-td nowrap"><text>{{e.flbz}}</text></view>
|
||||
<view class="zd-col-2 zd-td" @tap.stop="getDetails(1,e)">
|
||||
<uni-icons type="more-filled" size="14" color="#fff"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 二级表格start -->
|
||||
<view v-if="pkId === e.djid" class="zd-sec-wraper pd0">
|
||||
<view class="table-wrap">
|
||||
<table class="grid-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>序号</th>
|
||||
<th v-if="pkObj.djzt !== '审核后'">选择</th>
|
||||
<th>物料编码</th>
|
||||
<th>物料名称</th>
|
||||
<th>规格型号</th>
|
||||
<th>计里单位</th>
|
||||
<th>数量</th>
|
||||
<th>库存类型</th>
|
||||
<th>库存状态</th>
|
||||
<th>调出仓库</th>
|
||||
<th>调出库位</th>
|
||||
<th>调入仓库</th>
|
||||
<th>调入库位</th>
|
||||
<th>计划调入日期</th>
|
||||
<th>计划调出日期</th>
|
||||
<th>辅助属性</th>
|
||||
<th>跟踪号</th>
|
||||
<th>更多</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody v-if="pkObj.djzt !== '审核后'">
|
||||
<tr v-for="(el, j) in dataList2" :key="el.id">
|
||||
<td>{{j+1}}</td>
|
||||
<td><view class="zd-checkbox" :class="{'zd-checkbox_active': el.checked}" @tap="toCheck2(el)"></view></td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.ggxh}}</td>
|
||||
<td>{{el.jldw}}</td>
|
||||
<td><input class="td_input" type="number" v-model="el.sl" @blur="_allocationBillUpdate(el)" /></td>
|
||||
<td>{{el.kclx}}</td>
|
||||
<td>{{el.kczt}}</td>
|
||||
<td @tap.stop="checkWarehouse(1, '调出仓库', el)"><input class="td_input" type="text" v-model="el.dcckmc" readonly /></td>
|
||||
<td>
|
||||
<view class="td_scan_wraper">
|
||||
<scan-input v-model="el.dckwmc" @handleChange="_allocationBillUpdate(el)" />
|
||||
</view>
|
||||
</td>
|
||||
<td @tap.stop="checkWarehouse(2, '调入仓库', el)"><input class="td_input" type="text" v-model="el.drckmc" readonly /></td>
|
||||
<td>
|
||||
<view class="td_scan_wraper">
|
||||
<scan-input v-model="el.drkwmc" @handleChange="_allocationBillUpdate(el)" />
|
||||
</view>
|
||||
</td>
|
||||
<td>
|
||||
<view class="zd-row grid-data">
|
||||
<uni-datetime-picker type="date" v-model="el.jhdrrq" @change="_allocationBillUpdate(el)" />
|
||||
</view>
|
||||
</td>
|
||||
<td>
|
||||
<view class="zd-row grid-data">
|
||||
<uni-datetime-picker type="date" v-model="el.jhdcrq" @change="_allocationBillUpdate(el)" />
|
||||
</view>
|
||||
</td>
|
||||
<td>{{el.fzsx}}</td>
|
||||
<td>{{el.gzh}}</td>
|
||||
<td @tap.stop="getDetails(2,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody v-else>
|
||||
<tr v-for="(el, j) in dataList2" :key="el.id">
|
||||
<td>{{j+1}}</td>
|
||||
<td>{{el.wlbm}}</td>
|
||||
<td>{{el.wlmc}}</td>
|
||||
<td>{{el.ggxh}}</td>
|
||||
<td>{{el.jldw}}</td>
|
||||
<td>{{el.sl}}</td>
|
||||
<td>{{el.kclx}}</td>
|
||||
<td>{{el.kczt}}</td>
|
||||
<td>{{el.dcckmc}}</td>
|
||||
<td>{{el.dckwmc}}</td>
|
||||
<td>{{el.drckmc}}</td>
|
||||
<td>{{el.drckmc}}</td>
|
||||
<td>{{el.jhdrrq}}</td>
|
||||
<td>{{el.jhdcrq}}</td>
|
||||
<td>{{el.fzsx}}</td>
|
||||
<td>{{el.gzh}}</td>
|
||||
<td @tap.stop="getDetails(2,el)"><uni-icons type="more-filled" size="14" color="#fff"></uni-icons></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</view>
|
||||
<view class="zd-row jcenter mgt10 mgb20">
|
||||
<view class="zd-col-21 zd-row jcenter">
|
||||
<view v-if="pkObj.djzt !== '审核后'" class="zd-col-1 zd-row jcenter">
|
||||
<view class="zd-checkbox" :class="{'zd-checkbox_active': checkArrActive}" @tap="selectAll"></view>
|
||||
</view>
|
||||
<view v-if="pkObj.djzt !== '审核后'" class="zd-col-11 zd-row jcflexstart">
|
||||
<button class="confirm-button" :class="{'confirm-button_disabled': checkArr.length === 0}" :disabled="disabled" @tap="_allocationBillConfirm">直接调拨</button>
|
||||
</view>
|
||||
<view class="zd-col-12 zd-row jcflexend">
|
||||
<pagination :total="totalCount2" :page-size="queryParams2.pageSize" :current-page="currentPage2" @page-change="handlePageChange2" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 二级表格end -->
|
||||
</view>
|
||||
</view>
|
||||
<pagination v-show="dataList1.length > 0" :total="totalCount1" :page-size="queryParams1.pageSize" :current-page="currentPage1" @page-change="handlePageChange1" />
|
||||
<view class="zd-row jcenter pd20">
|
||||
<pagination v-show="dataList1.length > 0" :total="totalCount1" :page-size="queryParams1.pageSize" :current-page="currentPage1" @page-change="handlePageChange1" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="footer"></view>
|
||||
<grid-detail :show="delShow" :data="detailObj" @closeDetail="delShow=false"></grid-detail>
|
||||
<uni-popup ref="alertDialog" type="dialog">
|
||||
<uni-popup-dialog type="info" cancelText="关闭" confirmText="确定" title="提示" content="是否直接调拨?" @confirm="dialogConfirm"></uni-popup-dialog>
|
||||
</uni-popup>
|
||||
<view class="pop-wraper" :class="{'popshow': show, 'pophide': !show}">
|
||||
<view class="allwidth pop-title">修改{{modalObj.title}}</view>
|
||||
<view class="zd-row jcenter kwcode_wraper">
|
||||
<view class="zd-col-12 select_wraper">
|
||||
<zxz-uni-data-select placeholder="请选择仓库名称" v-model="value" filterable :localdata="range"></zxz-uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="mgb20 zd-row jcenter">
|
||||
<view class="zd-col-10 zd-row">
|
||||
<button class="confirm-button confirm-button_cancle mgl0" @tap="show = false">取消</button>
|
||||
<button class="confirm-button mgl0" @tap="modalConfirm">确定</button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="show" class="modal" @click.stop="show = false"></view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import ScanInput from '@/components/ScanInput.vue'
|
||||
import Pagination from '@/components/Pagination.vue'
|
||||
import GridDetail from '@/components/GridDetail.vue'
|
||||
import {easOutInBillPage, easOutInBillDetailPage, easOutInBillUpdate, easOutInBillDetailUpdate, queryInventoryInfo} from '@/utils/mork2.js'
|
||||
import {getWarehouseInfo, allocationPage, allocationBillPage, allocationBillUpdate, allocationBillConfirm} from '@/utils/mork2.js'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
SearchBox,
|
||||
ScanInput,
|
||||
Pagination,
|
||||
GridDetail
|
||||
},
|
||||
@@ -93,26 +186,48 @@
|
||||
return {
|
||||
val1: '',
|
||||
dataList1: [],
|
||||
checkArr1: [],
|
||||
disabled1: false,
|
||||
totalCount1: 0,
|
||||
queryParams1:{
|
||||
pageSize: 10,
|
||||
pageNum: 1
|
||||
},
|
||||
currentPage1: 1,
|
||||
pkId: '',
|
||||
pkObj: {},
|
||||
dataList2: [],
|
||||
totalCount2: 0,
|
||||
queryParams2:{
|
||||
pageSize: 20,
|
||||
pageNum: 1
|
||||
},
|
||||
currentPage2: 1,
|
||||
checkArr: [],
|
||||
checkArrActive: false,
|
||||
delShow: false,
|
||||
detailObj: {},
|
||||
value: '',
|
||||
range:[{value: 1, text: '提交'}, {value: 2, text: '审核'}],
|
||||
value1: '',
|
||||
range1: [{value: '3.03.013', text: '三期原材料库'}]
|
||||
range: [],
|
||||
show: false,
|
||||
modalObj: {},
|
||||
disabled: false
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this.toSearch()
|
||||
this._getWarehouseInfo()
|
||||
},
|
||||
methods: {
|
||||
// 仓库下拉框
|
||||
async _getWarehouseInfo () {
|
||||
let res = await getWarehouseInfo()
|
||||
if (res.code === 1) {
|
||||
this.range = [...res.result]
|
||||
this.range.map(e => {
|
||||
this.$set(e, 'text', e.ckmc)
|
||||
this.$set(e, 'value', e.ckbm)
|
||||
})
|
||||
this.toSearch()
|
||||
}
|
||||
},
|
||||
// 查询一级表格
|
||||
toSearch () {
|
||||
this.queryParams1 = {
|
||||
@@ -120,16 +235,14 @@
|
||||
pageNum: 1
|
||||
}
|
||||
this.currentPage1 = 1
|
||||
this._easOutInBillPage()
|
||||
this.dataList2 = []
|
||||
this.pkId = ''
|
||||
this._allocationPage()
|
||||
},
|
||||
// 一级表格接口
|
||||
async _easOutInBillPage () {
|
||||
let res = await easOutInBillPage(this.val1, this.id, this.value, this.value1, this.queryParams1.pageNum + '', this.queryParams1.pageSize + '')
|
||||
async _allocationPage () {
|
||||
let res = await allocationPage(this.val1, this.queryParams1.pageNum + '', this.queryParams1.pageSize + '')
|
||||
if (res.code === 1) {
|
||||
this.checkArr1 = []
|
||||
res.result.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
this.dataList1 = [...res.result]
|
||||
this.totalCount1 = Number(res.totalElements)
|
||||
this.queryParams1.pageSize = Number(res.pageSize)
|
||||
@@ -141,32 +254,150 @@
|
||||
})
|
||||
}
|
||||
},
|
||||
// 二级表格接口
|
||||
async _allocationBillPage () {
|
||||
let res = await allocationBillPage(this.pkObj.djid, this.queryParams2.pageNum + '', this.queryParams2.pageSize + '')
|
||||
if (res.code === 1) {
|
||||
res.result.map(el => {
|
||||
this.$set(el, 'checked', true)
|
||||
})
|
||||
this.dataList2 = [...res.result]
|
||||
this.checkArr = [...this.dataList2]
|
||||
this.checkArrActive = true
|
||||
this.totalCount2 = Number(res.totalElements)
|
||||
this.queryParams2.pageSize = Number(res.pageSize)
|
||||
this.queryParams2.pageNum = Number(res.pageNum)
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
},
|
||||
// 一级表格切换分页
|
||||
handlePageChange1(page) {
|
||||
this.queryParams1.pageNum = page
|
||||
this.currentPage1 = page
|
||||
this._easOutInBillPage()
|
||||
this.dataList2 = []
|
||||
this.pkId = ''
|
||||
this._allocationPage()
|
||||
},
|
||||
// 一级表格选中一行
|
||||
toCheck1 (e) {
|
||||
// 二级表格切换分页
|
||||
handlePageChange2(page) {
|
||||
this.queryParams2.pageNum = page
|
||||
this.currentPage2 = page
|
||||
this._allocationBillPage()
|
||||
},
|
||||
// 点击一级表格一行加载二级表格
|
||||
toCollapse (e) {
|
||||
this.pkId = this.pkId === e.djid ? '' : e.djid
|
||||
this.pkObj = this.pkId === e.djid ? e : {}
|
||||
this.dataList2 = []
|
||||
if (this.pkId === e.djid) {
|
||||
this.queryParams2 = {
|
||||
pageSize: 20,
|
||||
pageNum: 1
|
||||
}
|
||||
this.currentPage2 = 1
|
||||
this._allocationBillPage()
|
||||
}
|
||||
},
|
||||
// 二级表格多选
|
||||
toCheck2 (e) {
|
||||
e.checked = !e.checked
|
||||
let arr = this.dataList1.filter(el => el.checked === true)
|
||||
this.checkArr1 = arr.map(el => {return el.djid})
|
||||
this.checkArr = this.dataList2.filter(el => el.checked === true)
|
||||
if (this.checkArr.length === this.dataList2.length) {
|
||||
this.checkArrActive = true
|
||||
}
|
||||
},
|
||||
// 二级表格全选
|
||||
selectAll () {
|
||||
this.checkArrActive = !this.checkArrActive
|
||||
this.dataList2.map(el => {
|
||||
el.checked = this.checkArrActive
|
||||
})
|
||||
this.checkArr = this.dataList2.filter(el => el.checked === true)
|
||||
},
|
||||
// 二级表格详情修改接口
|
||||
async _allocationBillUpdate (e) {
|
||||
try {
|
||||
let res = await allocationBillUpdate(e)
|
||||
if (res.code !== 1) {
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
}
|
||||
},
|
||||
// 修改调出仓库弹窗
|
||||
checkWarehouse (type, title, e) {
|
||||
this.modalObj = {type: type, title: title, id: e.flid}
|
||||
if (type === 1) {
|
||||
this.value = e.dcckmc
|
||||
} else if (type === 2) {
|
||||
this.value = e.drckmc
|
||||
}
|
||||
this.show = true
|
||||
},
|
||||
// 修改调出仓库确定
|
||||
modalConfirm () {
|
||||
let obj = {}
|
||||
if (this.modalObj.type === 1) {
|
||||
this.dataList2.map(e => {
|
||||
if (e.flid === this.modalObj.id) {
|
||||
e.dcckmc = this.value
|
||||
obj = e
|
||||
}
|
||||
})
|
||||
} else if (this.modalObj.type === 2) {
|
||||
this.dataList2.map(e => {
|
||||
if (e.flid === this.modalObj.id) {
|
||||
e.drckmc = this.value
|
||||
obj = e
|
||||
}
|
||||
})
|
||||
}
|
||||
this.show = false
|
||||
this._allocationBillUpdate(obj)
|
||||
},
|
||||
// 点击直接调拨按钮
|
||||
async toSure () {
|
||||
if (this.checkArr1.length === 0) {
|
||||
async _allocationBillConfirm () {
|
||||
this.disabled = true
|
||||
if (!this.checkArr.length) {
|
||||
this.disabled = false
|
||||
return
|
||||
}
|
||||
this.$refs.alertDialog.open()
|
||||
try {
|
||||
let res = allocationBillConfirm(this.checkArr)
|
||||
if (res.code === 1) {
|
||||
this.queryParams2 = {
|
||||
pageSize: 10,
|
||||
pageNum: 1
|
||||
}
|
||||
this.currentPage2 = 1
|
||||
this._allocationBillPage()
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
icon: 'none'
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
this.disabled = false
|
||||
} catch (e) {
|
||||
this.disabled = false
|
||||
}
|
||||
},
|
||||
// 详情弹窗
|
||||
getDetails (type,e) {
|
||||
this.delShow = !this.delShow
|
||||
this.detailObj = {type: type, data:e}
|
||||
},
|
||||
dialogConfirm () {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,10 @@ export const getBillsCount = (area) => request({
|
||||
data: {}
|
||||
})
|
||||
|
||||
// 1.2分页查询出入库单据
|
||||
/**
|
||||
* 出入库
|
||||
*/
|
||||
// 1.分页查询出入库单据
|
||||
export const easOutInBillPage = (fuzzy, djlx, djzt, ckbm, page, size) => request({
|
||||
url:'api/easOutInBill/page',
|
||||
data: {
|
||||
@@ -32,8 +35,7 @@ export const easOutInBillPage = (fuzzy, djlx, djzt, ckbm, page, size) => request
|
||||
size: size
|
||||
}
|
||||
})
|
||||
|
||||
// 1.2分页查询出入库单据
|
||||
// 2.分页查询出入库单据
|
||||
export const easOutInBillDetailPage = (djid, page, size) => request({
|
||||
url:'api/easOutInBillDetail/page',
|
||||
data: {
|
||||
@@ -42,21 +44,55 @@ export const easOutInBillDetailPage = (djid, page, size) => request({
|
||||
size: size
|
||||
}
|
||||
})
|
||||
|
||||
// 1.3审核出入库单据
|
||||
// 3.审核出入库单据
|
||||
export const easOutInBillUpdate = (arr) => request({
|
||||
url:'/api/easOutInBill/audit',
|
||||
url:'api/easOutInBill/audit',
|
||||
data: arr
|
||||
})
|
||||
|
||||
// 1.4查询出单据明细库位
|
||||
// 4.查询出单据明细库位
|
||||
export const queryInventoryInfo = (arr) => request({
|
||||
url:'api/easOutInBillDetail/queryInventoryInfo',
|
||||
data: arr
|
||||
})
|
||||
|
||||
// 1.5修改出单据明细库位
|
||||
// 5.修改出单据明细库位
|
||||
export const easOutInBillDetailUpdate = (arr) => request({
|
||||
url:'/api/easOutInBillDetail/update',
|
||||
url:'api/easOutInBillDetail/update',
|
||||
data: arr
|
||||
})
|
||||
|
||||
/**
|
||||
* 调拨维护
|
||||
*/
|
||||
// 1.获取仓库信息
|
||||
export const getWarehouseInfo = () => request({
|
||||
url:'api/easOutInBill/getWarehouseInfo',
|
||||
data: {}
|
||||
})
|
||||
// 2.查询调拨单据
|
||||
export const allocationPage = (fuzzy, page, size) => request({
|
||||
url:'api/allocationBill/allocationPage',
|
||||
data: {
|
||||
fuzzy: fuzzy,
|
||||
page: page,
|
||||
size: size
|
||||
}
|
||||
})
|
||||
// 3.调拨单明细分页查询
|
||||
export const allocationBillPage = (djid, page, size) => request({
|
||||
url:'api/allocationBill/page',
|
||||
data: {
|
||||
djid: djid,
|
||||
page: page,
|
||||
size: size
|
||||
}
|
||||
})
|
||||
// 4.调拨单明细修改
|
||||
export const allocationBillUpdate = (obj) => request({
|
||||
url:'api/allocationBill/update',
|
||||
data: obj
|
||||
})
|
||||
// 5.单据直接调拨
|
||||
export const allocationBillConfirm = (arr) => request({
|
||||
url:'api/allocationBill/confirm',
|
||||
data: arr
|
||||
})
|
||||
467
utils/mork2.js
467
utils/mork2.js
@@ -63,6 +63,18 @@ export const getBillsCount = (area) => {
|
||||
"ywlx": "IN",
|
||||
"name": "委外入库",
|
||||
"counts": "0"
|
||||
},
|
||||
{
|
||||
"djlx": "DBWHD",
|
||||
"ywlx": "DB",
|
||||
"name": "调拨维护",
|
||||
"counts": "0"
|
||||
},
|
||||
{
|
||||
"djlx": "SHQRD",
|
||||
"ywlx": "SH",
|
||||
"name": "收货确认",
|
||||
"counts": "0"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -83,7 +95,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库1",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -105,7 +117,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库2",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -127,7 +139,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库3",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -149,7 +161,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库4",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -171,7 +183,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库5",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -193,7 +205,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库6",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -215,7 +227,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库7",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -237,7 +249,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库8",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -259,7 +271,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库9",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -281,7 +293,7 @@ export const easOutInBillPage = (size, page, fuzzy, djlx) => {
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库10",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
@@ -309,7 +321,7 @@ export const easOutInBillDetailPage = (djid, page, size) => {
|
||||
"totalElements": 1,
|
||||
"result": [
|
||||
{
|
||||
"flid": "btAAAAW8Wd8Rd0u0",
|
||||
"flid": "1",
|
||||
"id": null,
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
@@ -337,7 +349,7 @@ export const easOutInBillDetailPage = (djid, page, size) => {
|
||||
"tjkwmc": null,
|
||||
"fzsl": "0",
|
||||
"ckbm": "3.04.001",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库1",
|
||||
"kwbm": null,
|
||||
"kwmc": null,
|
||||
"flbz": null,
|
||||
@@ -353,7 +365,7 @@ export const easOutInBillDetailPage = (djid, page, size) => {
|
||||
"czsl": 0.00
|
||||
},
|
||||
{
|
||||
"flid": "btAAAAW8Wd8Rd0u0",
|
||||
"flid": "2",
|
||||
"id": null,
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
@@ -381,7 +393,7 @@ export const easOutInBillDetailPage = (djid, page, size) => {
|
||||
"tjkwmc": null,
|
||||
"fzsl": "0",
|
||||
"ckbm": "3.04.001",
|
||||
"ckmc": "智能原材料库",
|
||||
"ckmc": "智能原材料库2",
|
||||
"kwbm": null,
|
||||
"kwmc": null,
|
||||
"flbz": null,
|
||||
@@ -486,3 +498,430 @@ export const queryInventoryInfo = (arr) => {
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const getWarehouseInfo = () => {
|
||||
let res = {
|
||||
"result": [
|
||||
{
|
||||
"ckbm": "1.05.001",
|
||||
"ckmc": "外销成品库",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
},
|
||||
{
|
||||
"ckbm": "1.05.003",
|
||||
"ckmc": "销售成品仓-东莞仓",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
},
|
||||
{
|
||||
"ckbm": "1.05.006",
|
||||
"ckmc": "销售成品仓-江苏大区",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
},
|
||||
{
|
||||
"ckbm": "7.01.01",
|
||||
"ckmc": "研发材料仓",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
},
|
||||
{
|
||||
"ckbm": "1.06.014",
|
||||
"ckmc": "三包配件仓",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
},
|
||||
{
|
||||
"ckbm": "1.06.001",
|
||||
"ckmc": "销售配件仓",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
},
|
||||
{
|
||||
"ckbm": "1.06.004",
|
||||
"ckmc": "销售配件仓-山东大区",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
},
|
||||
{
|
||||
"ckbm": "1.06.005",
|
||||
"ckmc": "销售配件仓-江苏大区",
|
||||
"kcbm": "01.09.01",
|
||||
"kcmc": "计划管理部",
|
||||
"zt": "1",
|
||||
"iswms": "0"
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
"desc": "查询成功"
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const allocationPage = () => {
|
||||
let res = {
|
||||
"pageNum": 1,
|
||||
"pageSize": 10,
|
||||
"totalPage": 109,
|
||||
"totalElements": 1084,
|
||||
"result": [
|
||||
{
|
||||
"id": "1783279018842394625",
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djbh": "SOUT04240408783",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"drkcmc": "四期智能工厂",
|
||||
"dckcmc": "智能原材料库1",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"jhdrrq": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"drckmc": "04.2512804叉车线边库领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783273986298351616",
|
||||
"djid": "btAAAAW8WdpQCrde",
|
||||
"djbh": "SOUT04240408782",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"drkcmc": "四期智能工厂",
|
||||
"dckcmc": "智能原材料库2",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "审核后",
|
||||
"jhdrrq": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"drckmc": "叉车12804虚拟库1领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783283548866875392",
|
||||
"djid": "btAAAAW8We5QCrde",
|
||||
"djbh": "SOUT04240408787",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"dcckmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库3",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "叉车12804虚拟库1领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783279018842394624",
|
||||
"djid": "btAAAAW8WeJQCrde",
|
||||
"djbh": "SOUT04240408784",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"dcckmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库4",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "04.2512804叉车线边库领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783280025932533760",
|
||||
"djid": "btAAAAW8WeZQCrde",
|
||||
"djbh": "SOUT04240408785",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库5",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "叉车12804虚拟库1领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783285814353072129",
|
||||
"djid": "btAAAAW8Wf5QCrde",
|
||||
"djbh": "SOUT04240408791",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库6",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "04.2512802堆高车线边库领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783284303816429569",
|
||||
"djid": "btAAAAW8WfJQCrde",
|
||||
"djbh": "SOUT04240408788",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库7",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "叉车12804虚拟库1领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783285310164176896",
|
||||
"djid": "btAAAAW8WfdQCrde",
|
||||
"djbh": "SOUT04240408790",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库8",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "叉车12805门架虚拟库领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783285814353072130",
|
||||
"djid": "btAAAAW8Wg9QCrde",
|
||||
"djbh": "SOUT04240408792",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库9",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "叉车12805门架虚拟库领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
},
|
||||
{
|
||||
"id": "1783286569814331392",
|
||||
"djid": "btAAAAW8WiJQCrde",
|
||||
"djbh": "SOUT04240408794",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"ckmc": "智能原材料库10",
|
||||
"ckbm": "3.04.001",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"btbz": "04.2512802堆高车线边库领料",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": "1",
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
"desc": "查询成功"
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const allocationBillPage = () => {
|
||||
let res = {
|
||||
"pageNum": 1,
|
||||
"pageSize": 10,
|
||||
"totalPage": 1,
|
||||
"totalElements": 1,
|
||||
"result": [
|
||||
{
|
||||
"flid": "1",
|
||||
"id": null,
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"djbh": "SOUT04240408783",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"btbz": "04.2512804叉车线边库领料",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"flxh": "1",
|
||||
"wlbm": "910200200098",
|
||||
"wlmc": "螺钉GB70.1-M12x30-8.8",
|
||||
"ggxh": "内六角圆柱头螺钉GB70.1-M12x30-8.8-c1B",
|
||||
"pc": null,
|
||||
"jldw": "PCS",
|
||||
"jbjldw": "PCS",
|
||||
"fzjldw": null,
|
||||
"sl": 1050.00,
|
||||
"jbsl": "1050",
|
||||
"kcsl": 2000.00,
|
||||
"tjkwbm": null,
|
||||
"tjkwmc": null,
|
||||
"fzsl": "0",
|
||||
"ckbm": "3.04.001",
|
||||
"ckmc": "智能原材料库1",
|
||||
"kwbm": null,
|
||||
"kwmc": null,
|
||||
"flbz": null,
|
||||
"sysl": 1050.00,
|
||||
"code": "1783279018838200320",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": null,
|
||||
"trackno": null,
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null,
|
||||
"czsl": 0.00,
|
||||
"dcckmc": '1.05.003',
|
||||
"drckmc": '1.05.003'
|
||||
},
|
||||
{
|
||||
"flid": "2",
|
||||
"id": null,
|
||||
"djid": "btAAAAW8Wd5QCrde",
|
||||
"djlx": "LLCKD",
|
||||
"ywlx": "OUT",
|
||||
"djbh": "SOUT04240408783",
|
||||
"zzbm": "01.09.07",
|
||||
"zzmc": "四期智能工厂",
|
||||
"btbz": "04.2512804叉车线边库领料",
|
||||
"djzt": "提交",
|
||||
"cjsj": "2024-04-25",
|
||||
"ywrq": "2024-04-25",
|
||||
"cjr": "系统",
|
||||
"flxh": "1",
|
||||
"wlbm": "910200200098",
|
||||
"wlmc": "螺钉GB70.1-M12x30-8.8",
|
||||
"ggxh": "内六角圆柱头螺钉GB70.1-M12x30-8.8-c1B",
|
||||
"pc": null,
|
||||
"jldw": "PCS",
|
||||
"jbjldw": "PCS",
|
||||
"fzjldw": null,
|
||||
"sl": 1050.00,
|
||||
"jbsl": "1050",
|
||||
"kcsl": 2000.00,
|
||||
"tjkwbm": null,
|
||||
"tjkwmc": null,
|
||||
"fzsl": "0",
|
||||
"ckbm": "3.04.001",
|
||||
"ckmc": "智能原材料库2",
|
||||
"kwbm": null,
|
||||
"kwmc": null,
|
||||
"flbz": null,
|
||||
"sysl": 1050.00,
|
||||
"code": "1783279018838200320",
|
||||
"cksj": null,
|
||||
"llr": null,
|
||||
"djly": null,
|
||||
"trackno": null,
|
||||
"update_id": null,
|
||||
"update_name": null,
|
||||
"update_time": null,
|
||||
"czsl": 0.00,
|
||||
"dckwmc": '99',
|
||||
"dcckmc": '1.05.003',
|
||||
"drckmc": '1.05.003',
|
||||
"jhdrrq": '2020-1-10'
|
||||
}
|
||||
],
|
||||
"code": 1,
|
||||
"desc": "查询成功"
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const allocationBillUpdate = () => {
|
||||
let res = {
|
||||
code: 1,
|
||||
desc: 'ok'
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const allocationBillConfirm = () => {
|
||||
let res = {
|
||||
code: 1,
|
||||
desc: 'ok'
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user