Commit 1f9c741c authored by 李苏's avatar 李苏 💬

adjust page

U_BLDJMX
jhtzdjid
parent 209f834b
<template> <template>
<RelDialog bigTitle detailTable='JHTZMX' @getFormDetail='getFormDetail' width="70%" :type='type' :editApp='editApp' <RelDialog bigTitle detailTable='U_BLDJMX' @getFormDetail='getFormDetail' width="70%" :type='type' :editApp='editApp'
:app='app' :buttonApp='buttonApp'> :app='app' :buttonApp='buttonApp'>
<el-form slot="form" ref="form" :model="form" label-width="100px" :rules="rules"> <el-form slot="form" ref="form" :model="form" label-width="100px" :rules="rules">
<!-- 操作逻辑类似选择入库单 --> <!-- 操作逻辑类似选择入库单 -->
...@@ -64,11 +64,13 @@ ...@@ -64,11 +64,13 @@
list, list,
row row
} = obj } = obj
this.form.lydjDjid = row.djid this.form.jhtzdjid = row.djid
this.form.cktzDjid = row.lydjDjid this.form.cktzDjid = row.lydjDjid
this.form.ckid = row.ckid this.form.ckid = row.ckid
this.form.zrrid=row.jhrid this.form.zrrid=row.jhrid
this.form.zrrName=row.jhrName this.form.zrrName=row.jhrName
delete this.form.jhrid
delete this.form.jhrName
let length = this.formDetail.length let length = this.formDetail.length
this.formDetail.splice(0, length) this.formDetail.splice(0, length)
list.forEach(item => { list.forEach(item => {
...@@ -186,7 +188,7 @@ ...@@ -186,7 +188,7 @@
// }, // },
{ {
label: '拣货单号', label: '拣货单号',
prop: 'lydjDjid', prop: 'jhtzdjid',
span: 8, span: 8,
type: 'input', type: 'input',
readonly:true readonly:true
......
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