|
@@ -1015,7 +1015,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item
|
|
|
- label="出入库日期"
|
|
|
+ label="业务日期"
|
|
|
label-width="85px"
|
|
|
prop="fAccbilldate"
|
|
|
v-if="typevalue == 1 || typevalue == 3"
|
|
@@ -2424,13 +2424,13 @@ export default {
|
|
|
},
|
|
|
],
|
|
|
tableDate3: [
|
|
|
- {
|
|
|
- surface: "1",
|
|
|
- label: "fName",
|
|
|
- name: "货权方",
|
|
|
- checked: 0,
|
|
|
- width: 100,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // surface: "1",
|
|
|
+ // label: "fName",
|
|
|
+ // name: "货权方",
|
|
|
+ // checked: 0,
|
|
|
+ // width: 100,
|
|
|
+ // },
|
|
|
{
|
|
|
surface: "2",
|
|
|
label: "fMblno",
|
|
@@ -2760,7 +2760,7 @@ export default {
|
|
|
getRow() {
|
|
|
let that = this;
|
|
|
this.data = {
|
|
|
- tableName: "付费",
|
|
|
+ tableName: "开票",
|
|
|
userId: Cookies.get("userName"),
|
|
|
};
|
|
|
select(this.data).then((res) => {
|
|
@@ -2785,7 +2785,7 @@ export default {
|
|
|
save() {
|
|
|
this.showSetting = false;
|
|
|
this.data = {
|
|
|
- tableName: "付费",
|
|
|
+ tableName: "开票",
|
|
|
userId: Cookies.get("userName"),
|
|
|
sysTableSetList: this.setRowList,
|
|
|
};
|
|
@@ -2796,7 +2796,7 @@ export default {
|
|
|
//重置列表
|
|
|
delRow() {
|
|
|
this.data = {
|
|
|
- tableName: "付费",
|
|
|
+ tableName: "开票",
|
|
|
userId: Cookies.get("userName"),
|
|
|
};
|
|
|
resetModule(this.data).then((res) => {
|
|
@@ -2822,7 +2822,7 @@ export default {
|
|
|
getRow2() {
|
|
|
let that = this;
|
|
|
this.data = {
|
|
|
- tableName: "付费明细",
|
|
|
+ tableName: "开票明细",
|
|
|
userId: Cookies.get("userName"),
|
|
|
};
|
|
|
select(this.data).then((res) => {
|
|
@@ -2847,7 +2847,7 @@ export default {
|
|
|
save2() {
|
|
|
this.showSetting2 = false;
|
|
|
this.data = {
|
|
|
- tableName: "付费明细",
|
|
|
+ tableName: "开票明细",
|
|
|
userId: Cookies.get("userName"),
|
|
|
sysTableSetList: this.setRowList2,
|
|
|
};
|
|
@@ -2858,7 +2858,7 @@ export default {
|
|
|
//重置列表
|
|
|
delRow2() {
|
|
|
this.data = {
|
|
|
- tableName: "付费明细",
|
|
|
+ tableName: "开票明细",
|
|
|
userId: Cookies.get("userName"),
|
|
|
};
|
|
|
resetModule(this.data).then((res) => {
|
|
@@ -2884,7 +2884,7 @@ export default {
|
|
|
getRow3() {
|
|
|
let that = this;
|
|
|
this.data = {
|
|
|
- tableName: "付费弹窗",
|
|
|
+ tableName: "开票弹窗",
|
|
|
userId: Cookies.get("userName"),
|
|
|
};
|
|
|
select(this.data).then((res) => {
|
|
@@ -2909,7 +2909,7 @@ export default {
|
|
|
save3() {
|
|
|
this.showSetting3 = false;
|
|
|
this.data = {
|
|
|
- tableName: "付费弹窗",
|
|
|
+ tableName: "开票弹窗",
|
|
|
userId: Cookies.get("userName"),
|
|
|
sysTableSetList: this.setRowList3,
|
|
|
};
|
|
@@ -2920,7 +2920,7 @@ export default {
|
|
|
//重置列表
|
|
|
delRow3() {
|
|
|
this.data = {
|
|
|
- tableName: "付费弹窗",
|
|
|
+ tableName: "开票弹窗",
|
|
|
userId: Cookies.get("userName"),
|
|
|
};
|
|
|
resetModule(this.data).then((res) => {
|