|
@@ -337,7 +337,8 @@
|
|
|
v-if="
|
|
|
scope.row.fBillstatus == '保存' ||
|
|
|
scope.row.fBillstatus == '暂存' ||
|
|
|
- scope.row.fBillstatus == '审批驳回'
|
|
|
+ scope.row.fBillstatus == '审批驳回' ||
|
|
|
+ scope.row.fBillstatus == '新建'
|
|
|
"
|
|
|
>修改
|
|
|
</el-button>
|
|
@@ -350,7 +351,8 @@
|
|
|
v-if="
|
|
|
scope.row.fBillstatus == '保存' ||
|
|
|
scope.row.fBillstatus == '暂存' ||
|
|
|
- scope.row.fBillstatus == '审批驳回'
|
|
|
+ scope.row.fBillstatus == '审批驳回' ||
|
|
|
+ scope.row.fBillstatus == '新建'
|
|
|
"
|
|
|
>删除
|
|
|
</el-button>
|
|
@@ -963,6 +965,7 @@
|
|
|
<el-option label="入库" value="SJRK"></el-option>
|
|
|
<el-option label="出库" value="SJCK"></el-option>
|
|
|
<el-option label="货权转移" value="HQZY"></el-option>
|
|
|
+ <el-option label="调拨" value="CKDB"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -2932,9 +2935,9 @@ export default {
|
|
|
hash: "",
|
|
|
matched: Array(2),
|
|
|
meta: Object,
|
|
|
- name: "Charge",
|
|
|
+ name: "Payment",
|
|
|
params: Object,
|
|
|
- path: "/finance/charge",
|
|
|
+ path: "/finance/payment",
|
|
|
query: Object,
|
|
|
title: "付费",
|
|
|
};
|
|
@@ -3460,6 +3463,7 @@ export default {
|
|
|
this.msgSuccess("操作成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
+ this.handleAdd();
|
|
|
});
|
|
|
} else if (Cookies.get("sysType") == 2) {
|
|
|
collectFees(formDate).then((response) => {
|