|
@@ -3017,7 +3017,7 @@ export default {
|
|
console.log(list);
|
|
console.log(list);
|
|
list.forEach((e) => {
|
|
list.forEach((e) => {
|
|
this.warehouseDrList.push({
|
|
this.warehouseDrList.push({
|
|
- fBusinessType: null,
|
|
|
|
|
|
+ fBusinessType:"3",
|
|
fCorpid: this.form.corpName,
|
|
fCorpid: this.form.corpName,
|
|
fFeeid: e.fFeeId,
|
|
fFeeid: e.fFeeId,
|
|
fFeeUnitid: e.fFeeunitId + "",
|
|
fFeeUnitid: e.fFeeunitId + "",
|
|
@@ -3031,7 +3031,7 @@ export default {
|
|
(this.goodsList && this.goodsList.length > 0
|
|
(this.goodsList && this.goodsList.length > 0
|
|
? this.goodsList[0].fCntrcount
|
|
? this.goodsList[0].fCntrcount
|
|
: 0),
|
|
: 0),
|
|
- fStltypeid: null,
|
|
|
|
|
|
+ fStltypeid:1,
|
|
fCurrency: "RMB",
|
|
fCurrency: "RMB",
|
|
fExrate: "1",
|
|
fExrate: "1",
|
|
fTaxrate: this.fTaxrate,
|
|
fTaxrate: this.fTaxrate,
|
|
@@ -3042,7 +3042,7 @@ export default {
|
|
} else {
|
|
} else {
|
|
list.forEach((e) => {
|
|
list.forEach((e) => {
|
|
this.warehouseCrList.push({
|
|
this.warehouseCrList.push({
|
|
- fBusinessType: null,
|
|
|
|
|
|
+ fBusinessType:"3",
|
|
fCorpid: null,
|
|
fCorpid: null,
|
|
fFeeid: e.fFeeId,
|
|
fFeeid: e.fFeeId,
|
|
fFeeUnitid: e.fFeeunitId + "",
|
|
fFeeUnitid: e.fFeeunitId + "",
|
|
@@ -3056,7 +3056,7 @@ export default {
|
|
(this.goodsList && this.goodsList.length > 0
|
|
(this.goodsList && this.goodsList.length > 0
|
|
? this.goodsList[0].fCntrcount
|
|
? this.goodsList[0].fCntrcount
|
|
: 0),
|
|
: 0),
|
|
- fStltypeid: null,
|
|
|
|
|
|
+ fStltypeid:1,
|
|
fCurrency: "RMB",
|
|
fCurrency: "RMB",
|
|
fExrate: "1",
|
|
fExrate: "1",
|
|
fTaxrate: this.fTaxrate,
|
|
fTaxrate: this.fTaxrate,
|