|
@@ -1273,7 +1273,7 @@
|
|
|
prop="fCorpid"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="180px"
|
|
|
+ width="300px"
|
|
|
label="客户名称"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -1297,7 +1297,7 @@
|
|
|
prop="fFeeid"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="180px"
|
|
|
+ width="240px"
|
|
|
label="费用名称"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -1816,7 +1816,7 @@
|
|
|
prop="fCorpid"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="180px"
|
|
|
+ width="300px"
|
|
|
label="客户名称"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -1840,7 +1840,7 @@
|
|
|
prop="fFeeid"
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
- width="180px"
|
|
|
+ width="240px"
|
|
|
label="费用名称"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -3804,6 +3804,7 @@ import {addSet, select, resetModule} from "@/api/system/set";
|
|
|
import upLoad from "../components/upLoad";
|
|
|
import draggable from "vuedraggable";
|
|
|
import {queryClerkRoleList} from "@/api/warehouseBusiness/warehouseInStock";
|
|
|
+import { listCharge } from "@/api/system/viewApproval";
|
|
|
|
|
|
export default {
|
|
|
name: "inStock",
|
|
@@ -6517,6 +6518,14 @@ export default {
|
|
|
if (e.fQty) {
|
|
|
this.allfQty += e.fQty;
|
|
|
}
|
|
|
+ let data = {
|
|
|
+ id: this.form.fId,
|
|
|
+ actId: 120,
|
|
|
+ fidStatus: 'f_billstatus',
|
|
|
+ };
|
|
|
+ listCharge(data).then((data) => {
|
|
|
+ console.log(data.data)
|
|
|
+ });
|
|
|
});
|
|
|
if (command == "a") {
|
|
|
this.print_shd = true;
|