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

修改

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