|
@@ -3597,9 +3597,9 @@ export default {
|
|
|
this.getConfigKey("warehouse.show.feesConfirm").then((response) => {
|
|
|
this.isShowFeesConfirm = response.msg;
|
|
|
});
|
|
|
- // listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => {
|
|
|
- // this.warehouseOptions = response.rows;
|
|
|
- // });
|
|
|
+ listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => {
|
|
|
+ this.warehouseOptions = response.rows;
|
|
|
+ });
|
|
|
listFees({ fDc: "C" }).then((response) => {
|
|
|
this.fCNameOptions = response.rows;
|
|
|
});
|
|
@@ -4182,20 +4182,20 @@ export default {
|
|
|
changefStltype(row) {
|
|
|
|
|
|
|
|
|
- // 根据客户id查询客户所属仓库
|
|
|
- if (row != null && row != '') {
|
|
|
- customerWarehouse(row).then((res) => {
|
|
|
- this.warehouseOptions = res.data;
|
|
|
- if (res.data == null) {
|
|
|
- this.warehouseOptions = [];
|
|
|
- this.form.fWarehouseid = null;
|
|
|
- }
|
|
|
- })
|
|
|
- } else {
|
|
|
- this.warehouseOptions = [];
|
|
|
- this.form.fWarehouseid = null;
|
|
|
- this.form.fInwarehouseid = null;
|
|
|
- }
|
|
|
+ // // 根据客户id查询客户所属仓库
|
|
|
+ // if (row != null && row != '') {
|
|
|
+ // customerWarehouse(row).then((res) => {
|
|
|
+ // this.warehouseOptions = res.data;
|
|
|
+ // if (res.data == null) {
|
|
|
+ // this.warehouseOptions = [];
|
|
|
+ // this.form.fWarehouseid = null;
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // } else {
|
|
|
+ // this.warehouseOptions = [];
|
|
|
+ // this.form.fWarehouseid = null;
|
|
|
+ // this.form.fInwarehouseid = null;
|
|
|
+ // }
|
|
|
|
|
|
this.fMblnoOptions.map((e) => {
|
|
|
if (row == e.fId) {
|