Commit 3fa7a99d authored by wdy's avatar wdy

设备领用处理表单入库日期

parent 92aa0cce
......@@ -416,6 +416,7 @@ export default {
pgx: '',
prank: '',
pissb: '',
rkDate: '',
totalApplyDetail: 0,
applyList: [],
canceList: [],
......@@ -613,7 +614,8 @@ export default {
plocation: item.plocation,
phd: item.phd,
psm: item.psm,
prank: item.prank
prank: item.prank,
rkDate: item.createDate
}
this.canceList.push(obj)
})
......
......@@ -40,14 +40,16 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="12" style="padding-left: 9%;">
<el-row :gutter="40">
<el-col :span="12" style="padding-left: 10%;">
<el-form-item label="prank:" style="flex-basis: 50%;" prop="prank">
<el-input ref="input7" v-model="form.prank" placeholder="请输入prank" clearable style="width: 400px" :maxlength="8" @keyup.enter.native="handelTab(7,$event)" />
</el-form-item>
</el-col>
<el-col :span="12">
&nbsp;&nbsp;
<el-form-item label="印刷次数:" style="flex-basis: 50%;" prop="fq_ys">
<el-input ref="input8" v-model="form.fq_ys" placeholder="请输入印刷次数" clearable style="width: 400px" :maxlength="8" @keyup.enter.native="handelTab(8,$event)" />
</el-form-item>
</el-col>
</el-row>
</el-form>
......@@ -81,6 +83,7 @@ export default {
psm: '',
pzl: '',
prank: '',
fq_ys: '',
flag: 1,
ptype: '',
pstatus: 0
......
......@@ -439,6 +439,7 @@ export default {
pgx: '',
prank: '',
pissb: '',
rkDate: '',
totalApplyDetail: 0,
applyList: [],
canceList: [],
......@@ -735,7 +736,8 @@ export default {
plocation: item.plocation,
phd: item.phd,
psm: item.psm,
prank: item.prank
prank: item.prank,
rkDate: item.recycleDate
}
this.canceList.push(obj)
})
......
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