Commit 24504a25 authored by Hagsn3's avatar Hagsn3

修改001

parent 3f45f094
......@@ -80,7 +80,7 @@
<div class="placeholder" />
<div style="padding:5px 10px">
<div class="mb12 font-small-bold">入库记录表</div>
<el-table v-loading="loading" border :data="incomeInoutWmsLogList" >
<el-table v-loading="loading" border :data="incomeInoutWmsLogList">
<el-table-column type="index" label="序号" width="55" align="center" />
<el-table-column label="wh_id" prop="whId" :show-overflow-tooltip="true" width="120">
<template slot-scope="scope">
......@@ -413,7 +413,7 @@ export default {
},
// 表单参数
form: {
whId: '001',
whId: '',
pn: null,
qty: null,
dealStatus: '0',
......@@ -486,7 +486,7 @@ export default {
remarks: undefined,
pn: undefined,
qty: undefined,
whId: '001',
whId: this.warehouseList[0].dictValue,
ptype: '2',
ioType: '1',
flag: '1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment