网点费用申请,新增和再次申请参数调整
This commit is contained in:
parent
2fe5f53524
commit
b666a66a95
@ -263,8 +263,16 @@ export default {
|
||||
if (valid) {
|
||||
let jsonData=this.$refs.refAdjustDetail.getJsonData();
|
||||
console.log("====>jsonData==>",jsonData);
|
||||
this.form.jsonData=JSON.stringify(jsonData);
|
||||
addEmisWaybillAjustApply(this.form).then(response => {
|
||||
const params={
|
||||
"applyManCode":this.form.applyManCode,
|
||||
"applyMemo":this.form.applyMemo,
|
||||
"applySiteCode":this.form.applySiteCode,
|
||||
"applyType":this.form.applyType,
|
||||
"billCode":this.form.billCode,
|
||||
"destConfirmSiteCode":this.form.destConfirmSiteCode,
|
||||
"jsonData":JSON.stringify(jsonData),
|
||||
}
|
||||
addEmisWaybillAjustApply(params).then(response => {
|
||||
this.$modal.msgSuccess("申请成功");
|
||||
this.$emit("on-changed");
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user