Browse Source

对账 2022年8月26日 sxm

master
[li_she] 3 years ago
parent
commit
1410c839d0
  1. 4
      src/views/modules/knifemold/tool-receipt.vue
  2. 4
      src/views/modules/sys/language/common.vue

4
src/views/modules/knifemold/tool-receipt.vue

@ -316,7 +316,7 @@
columnProp: "invoicePrice", columnProp: "invoicePrice",
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: "入库价格",
columnLabel: "价格",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -333,7 +333,7 @@
columnProp: "arriveQty", columnProp: "arriveQty",
headerAlign: "center", headerAlign: "center",
align: "right", align: "right",
columnLabel: "接收数量",
columnLabel: "数量",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,

4
src/views/modules/sys/language/common.vue

@ -674,7 +674,8 @@ export default {
}); });
}, },
// //
getTableUserColumn() {
getTableUserColumn(tableId) {
console.log(tableId)
getTableUserListLanguage(this.queryTableUser).then(({data}) => { getTableUserListLanguage(this.queryTableUser).then(({data}) => {
if (data.rows.length > 0) { if (data.rows.length > 0) {
//this.columnList = [] //this.columnList = []
@ -682,7 +683,6 @@ export default {
} else { } else {
this.getColumnList() this.getColumnList()
} }
}) })
}, },
// //

Loading…
Cancel
Save