Commit 3f2d9c1c by panziyi

litopn修改

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