Commit 95fae769 authored by 张伯涛's avatar 张伯涛

修改

parent 9571439b
......@@ -3384,6 +3384,7 @@ export default {
// } else {
// this.supplement = true
// }
this.form.USERID = localStorage.getItem('UserID')
this.form.SYNCHRONIZATIONDATE = ''
this.form.CONMAINCODE = ''
this.form.ISSUPPLYCONTRACT = '1'
......
......@@ -3262,6 +3262,7 @@ export default {
supplementHandlegetName(val, form) {
if (this.priceCode === '0') {
this.form = form
this.form.USERID = localStorage.getItem('UserID')
// if (this.form.INCOMEEXPENDTYPE === '03') {
// this.supplement = false
// } else {
......
......@@ -2683,6 +2683,7 @@ export default {
/** 补充合同所属原合同主数据编码子组件给父组件赋值*/
supplementHandlegetName(val, form) {
this.form = form
this.form.USERID = localStorage.getItem('UserID')
// if (this.form.INCOMEEXPENDTYPE === '03') {
// this.supplement = false
// } else {
......
......@@ -2681,6 +2681,7 @@ export default {
/** 补充合同所属原合同主数据编码子组件给父组件赋值*/
supplementHandlegetName(val, form) {
this.form = form
this.form.USERID = localStorage.getItem('UserID')
// if (this.form.INCOMEEXPENDTYPE === '03') {
// this.supplement = false
// } else {
......
......@@ -3018,6 +3018,7 @@ export default {
if (this.$route.query.number === '28') {
if (this.clickTYPE === 'SUPCONMAINCODE') {
this.form = form
this.form.USERID = localStorage.getItem('UserID')
// if (this.form.INCOMEEXPENDTYPE === '03') {
// this.supplement = false
// } else {
......@@ -3109,6 +3110,7 @@ export default {
}
} else {
this.form = form
this.form.USERID = localStorage.getItem('UserID')
// if (this.form.INCOMEEXPENDTYPE === '03') {
// this.supplement = false
// } else {
......
......@@ -2760,6 +2760,7 @@ export default {
supplementHandlegetName(val, form) {
if (this.priceCode === '0') {
this.form = form
this.form.USERID = localStorage.getItem('UserID')
// if (this.form.INCOMEEXPENDTYPE === '03') {
// this.supplement = false
// } else {
......
......@@ -3077,6 +3077,7 @@ export default {
/** 补充合同所属原合同主数据编码子组件给父组件赋值*/
supplementHandlegetName(val, form) {
this.form = form
this.form.USERID = localStorage.getItem('UserID')
// if (this.form.INCOMEEXPENDTYPE === '03') {
// this.supplement = false
// } else {
......
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