|
@@ -3331,12 +3331,12 @@ export default {
|
|
|
this.getDicts("data_stltype_type").then(response => {
|
|
|
this.fStltypeidOptions = response.data;
|
|
|
});
|
|
|
- this.getDicts("data_customer_category").then(response => {
|
|
|
- this.fCompanyOptIons = response.data;
|
|
|
- });
|
|
|
- this.getDicts("data_customer_category").then(response => {
|
|
|
- this.fleetOptions = response.data;
|
|
|
- });
|
|
|
+ // this.getDicts("data_customer_category").then(response => {
|
|
|
+ // this.fCompanyOptIons = response.data;
|
|
|
+ // });
|
|
|
+ // this.getDicts("data_customer_category").then(response => {
|
|
|
+ // this.fleetOptions = response.data;
|
|
|
+ // });
|
|
|
treeselect().then(response => {
|
|
|
console.log(response)
|
|
|
this.warehouseOptions = response.data
|
|
@@ -4086,15 +4086,13 @@ export default {
|
|
|
}
|
|
|
// qty=(qty/1000).toFixed(2);
|
|
|
let fAmount = parseFloat(Number(this.dialogWhgenlegList[zhgen].fPrice) * Number(qty)).toFixed(2)
|
|
|
-
|
|
|
-
|
|
|
if(this.key_id == 3){
|
|
|
console.log("111")
|
|
|
this.warehouseDrList.push({
|
|
|
fQty: qty,
|
|
|
fCorpid: this.dialogWhgenlegList[zhgen].fCorpid,
|
|
|
fFeeid: feeId,
|
|
|
- fFeeunitid: this.dialogWhgenlegList[zhgen].fFeeUnitid + '',
|
|
|
+ fFeeUnitid: this.dialogWhgenlegList[zhgen].fFeeUnitid + "",
|
|
|
fUnitprice: this.dialogWhgenlegList[zhgen].fPrice,
|
|
|
fCurrency: 'RMB',
|
|
|
fExrate: 1,
|
|
@@ -4106,11 +4104,12 @@ export default {
|
|
|
fBusinessType:this.$set(this.warehouseDrList,'fBusinessType',this.form.fBusinessType)
|
|
|
})
|
|
|
}else{
|
|
|
+ console.log(this.dialogWhgenlegList[zhgen].fFeeUnitid)
|
|
|
this.warehouseCrList.push({
|
|
|
fQty: qty,
|
|
|
fCorpid: this.dialogWhgenlegList[zhgen].fCorpid,
|
|
|
fFeeid: feeId,
|
|
|
- fFeeunitid: this.dialogWhgenlegList[zhgen].fFeeUnitid + '',
|
|
|
+ fFeeUnitid: this.dialogWhgenlegList[zhgen].fFeeUnitid + "",
|
|
|
fUnitprice: this.dialogWhgenlegList[zhgen].fPrice,
|
|
|
fCurrency: 'RMB',
|
|
|
fExrate: 1,
|
|
@@ -4121,7 +4120,7 @@ export default {
|
|
|
fMarks:this.form.fMarks,
|
|
|
fBusinessType:this.$set(this.warehouseCrList,'fBusinessType',this.form.fBusinessType)
|
|
|
})
|
|
|
-
|
|
|
+ console.log(this.warehouseCrList)
|
|
|
}
|
|
|
|
|
|
}
|