Commit 24504a25 authored by Hagsn3's avatar Hagsn3

修改001

parent 3f45f094
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<div class="placeholder" /> <div class="placeholder" />
<div style="padding:5px 10px"> <div style="padding:5px 10px">
<div class="mb12 font-small-bold">入库记录表</div> <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 type="index" label="序号" width="55" align="center" />
<el-table-column label="wh_id" prop="whId" :show-overflow-tooltip="true" width="120"> <el-table-column label="wh_id" prop="whId" :show-overflow-tooltip="true" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -413,7 +413,7 @@ export default { ...@@ -413,7 +413,7 @@ export default {
}, },
// 表单参数 // 表单参数
form: { form: {
whId: '001', whId: '',
pn: null, pn: null,
qty: null, qty: null,
dealStatus: '0', dealStatus: '0',
...@@ -486,7 +486,7 @@ export default { ...@@ -486,7 +486,7 @@ export default {
remarks: undefined, remarks: undefined,
pn: undefined, pn: undefined,
qty: undefined, qty: undefined,
whId: '001', whId: this.warehouseList[0].dictValue,
ptype: '2', ptype: '2',
ioType: '1', ioType: '1',
flag: '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