Commit 22866d13 by WF1020

gitame的init修改

parent 36bdd5d2
......@@ -42,8 +42,8 @@ export default {
const res = await Api.post('/service/gitame/init', {
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
// gidInr: this.$route.query.inr
gidInr:'00000661'
gidInr: this.$route.query.inr
// gidInr:'00000661',
});
if (!res.data) {
return
......
......@@ -10,8 +10,8 @@
</c-col>
<c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg == 'N'" label="修改日期" prop="trnmod.swiadd.amedat">
<c-date-picker type="date" v-model="model.trnmod.swiadd.amedat" style="width: 100%" placeholder="请选择修改日期">
<el-form-item v-if="model.gitp.swiftflg == 'N'" label="修改日期" prop="gitamep.swiadd.amedat">
<c-date-picker type="date" v-model="model.gitamep.swiadd.amedat" style="width: 100%" placeholder="请选择修改日期">
</c-date-picker>
</el-form-item>
</c-col>
......@@ -264,8 +264,8 @@
</c-col>
<c-col :span="24">
<c-form-item v-if="model.gitp.swiftflg == 'N'" label="修改次数" prop="trnmod.swiadd.amenbr">
<c-input v-model="model.trnmod.swiadd.amenbr" placeholder="请输入修改次数"></c-input>
<c-form-item v-if="model.gitp.swiftflg == 'N'" label="修改次数" prop="gitamep.swiadd.amenbr">
<c-input v-model="model.gitamep.swiadd.amenbr" placeholder="请输入修改次数"></c-input>
</c-form-item>
</c-col>
......
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