Commit 3fa7a99d authored by wdy's avatar wdy

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

parent 92aa0cce
...@@ -416,6 +416,7 @@ export default { ...@@ -416,6 +416,7 @@ export default {
pgx: '', pgx: '',
prank: '', prank: '',
pissb: '', pissb: '',
rkDate: '',
totalApplyDetail: 0, totalApplyDetail: 0,
applyList: [], applyList: [],
canceList: [], canceList: [],
...@@ -613,7 +614,8 @@ export default { ...@@ -613,7 +614,8 @@ export default {
plocation: item.plocation, plocation: item.plocation,
phd: item.phd, phd: item.phd,
psm: item.psm, psm: item.psm,
prank: item.prank prank: item.prank,
rkDate: item.createDate
} }
this.canceList.push(obj) this.canceList.push(obj)
}) })
......
...@@ -40,14 +40,16 @@ ...@@ -40,14 +40,16 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row> <el-row :gutter="40">
<el-col :span="12" style="padding-left: 9%;"> <el-col :span="12" style="padding-left: 10%;">
<el-form-item label="prank:" style="flex-basis: 50%;" prop="prank"> <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-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-form-item>
</el-col> </el-col>
<el-col :span="12"> <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-col>
</el-row> </el-row>
</el-form> </el-form>
...@@ -81,6 +83,7 @@ export default { ...@@ -81,6 +83,7 @@ export default {
psm: '', psm: '',
pzl: '', pzl: '',
prank: '', prank: '',
fq_ys: '',
flag: 1, flag: 1,
ptype: '', ptype: '',
pstatus: 0 pstatus: 0
......
...@@ -439,6 +439,7 @@ export default { ...@@ -439,6 +439,7 @@ export default {
pgx: '', pgx: '',
prank: '', prank: '',
pissb: '', pissb: '',
rkDate: '',
totalApplyDetail: 0, totalApplyDetail: 0,
applyList: [], applyList: [],
canceList: [], canceList: [],
...@@ -735,7 +736,8 @@ export default { ...@@ -735,7 +736,8 @@ export default {
plocation: item.plocation, plocation: item.plocation,
phd: item.phd, phd: item.phd,
psm: item.psm, psm: item.psm,
prank: item.prank prank: item.prank,
rkDate: item.recycleDate
} }
this.canceList.push(obj) 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