Commit 3f2d9c1c by panziyi

litopn修改

parent 6ab1e9fe
......@@ -75,7 +75,9 @@ export default class Brtame {
nam: '',
opndat: '',
redclsflg: '',
branchinr:''
branchinr:'',
shppars18:'',
shppar:''
},
cbs: {
......
......@@ -133,8 +133,8 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="分批装运" prop="lidgrp.rec.shppar">
<c-select v-model="model.lidgrp.rec.shppar" style="width:100%" placeholder="请选择"
<el-form-item label="分批装运" prop="lidgrp.rec.shppars18">
<c-select v-model="model.lidgrp.rec.shppars18" style="width:100%" placeholder="请选择"
:code="codes.shptrss18"
>
</c-select>
......
......@@ -22,6 +22,9 @@ export default {
async init() {
const params = {
// spt: JSON.parse(localStorage.getItem('row_' + this.trnName))
trnmod:{
trn:JSON.parse(localStorage.getItem('review_'+this.trnName))
}
}
const loading = this.loading();
const res = await Api.post('/service/litopn/init', {
......@@ -123,8 +126,8 @@ export default {
async onLitpButgetref() {
let params = {
ptainr: this.model.lidgrp.apl.pts.ptainr,
businessType: 'LG',
tbl: 'LG',
businessType: 'LC',
tbl: 'LC',
};
const loading = this.loading();
let res = await Api.post('/service/litopn/getOwnRef', params);
......
......@@ -99,6 +99,7 @@ export default class Litopn {
spcrcb: '',
},
rec: {
inr:'',
tenmaxday: '',
expplc: '',
nomton: '',
......
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