接单、修改、录入调整香港到缅甸
This commit is contained in:
parent
48ee86f7f5
commit
19253d3b26
@ -1814,7 +1814,7 @@ methods: {
|
||||
this.form.masterBillCode = null;
|
||||
this.form.blVirtual = null;
|
||||
}
|
||||
if(item && !['002','078'].includes(item[0]) && this.form.remark && this.form.remark!==null){
|
||||
if(item && !['002'].includes(item[0]) && this.form.remark && this.form.remark!==null){
|
||||
this.form.remark = this.form.remark.replace(/该单为虚拟单:对应主单为[\da-zA-Z]+/g, '');
|
||||
}
|
||||
if(item!=null && item.length==2){
|
||||
@ -2447,7 +2447,7 @@ methods: {
|
||||
if (val) {
|
||||
this.form.masterBillCode = val.value;
|
||||
this.masterBillProductType = val.productType;
|
||||
if (['002', '078'].includes(this.form.transLine)) {
|
||||
if (['002'].includes(this.form.transLine)) {
|
||||
if (this.form.remark==null || this.form.remark.trim() === '') {
|
||||
//生成备注
|
||||
this.form.remark = `该单为虚拟单:对应主单为${this.form.masterBillCode}`;
|
||||
|
||||
@ -1806,7 +1806,7 @@ methods: {
|
||||
this.form.masterBillCode = null;
|
||||
this.form.blVirtual = null;
|
||||
}
|
||||
if(item && !['002','078'].includes(item[0]) && this.form.remark && this.form.remark!==null){
|
||||
if(item && !['002'].includes(item[0]) && this.form.remark && this.form.remark!==null){
|
||||
this.form.remark = this.form.remark.replace(/该单为虚拟单:对应主单为[\da-zA-Z]+/g, '');
|
||||
}
|
||||
if(item!=null && item.length==2){
|
||||
@ -2447,7 +2447,7 @@ methods: {
|
||||
if (val) {
|
||||
this.form.masterBillCode = val.value;
|
||||
this.masterBillProductType = val.productType;
|
||||
if (['002', '078'].includes(this.form.transLine)) {
|
||||
if (['002'].includes(this.form.transLine)) {
|
||||
if (this.form.remark == null || this.form.remark.trim() === '') {
|
||||
//生成备注
|
||||
this.form.remark = `该单为虚拟单:对应主单为${this.form.masterBillCode}`;
|
||||
|
||||
@ -1807,7 +1807,7 @@ methods: {
|
||||
this.form.masterBillCode = null;
|
||||
this.form.blVirtual = null;
|
||||
}
|
||||
if(item && !['002','078'].includes(item[0]) && this.form.remark && this.form.remark!==null){
|
||||
if(item && !['002'].includes(item[0]) && this.form.remark && this.form.remark!==null){
|
||||
this.form.remark = this.form.remark.replace(/该单为虚拟单:对应主单为[\da-zA-Z]+/g, '');
|
||||
}
|
||||
if(item!=null && item.length==2){
|
||||
@ -2435,7 +2435,7 @@ methods: {
|
||||
if (val) {
|
||||
this.form.masterBillCode = val.value;
|
||||
this.masterBillProductType = val.productType;
|
||||
if (['002', '078'].includes(this.form.transLine)) {
|
||||
if (['002'].includes(this.form.transLine)) {
|
||||
if (this.form.remark == null || this.form.remark.trim() === '') {
|
||||
//生成备注
|
||||
this.form.remark = `该单为虚拟单:对应主单为${this.form.masterBillCode}`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user