Browse Source

修改在线编辑备注和说明的bug

branch_ccpg_220107
44673626 3 years ago
parent
commit
9ef36f8d6e
  1. 2
      vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue
  2. 12
      vue/src/views/ux/billManage/InvoiceSettledDiff/index.vue
  3. 2
      vue/src/views/ux/billManage/IssuedUnsettled/index.vue
  4. 2
      vue/src/views/ux/billManage/KanbanUnSettled/index.vue
  5. 12
      vue/src/views/ux/billManage/UnInvoiceSettledDetailDiff/index.vue
  6. 12
      vue/src/views/ux/billManage/UnSettleDiffExport/index.vue
  7. 2
      vue/src/views/ux/billManage/kanBanWithCode/index.vue
  8. 8
      vue/src/views/ux/billManage/kanbanOutOrder/index.vue
  9. 8
      vue/src/views/ux/billManage/kanbanWithOutOrder/index.vue
  10. 2
      vue/src/views/ux/billManage/sparePart/index.vue
  11. 2
      vue/src/views/ux/billManage/sparePart90/index.vue
  12. 8
      vue/src/views/ux/billManage/sparepartOutOrder/index.vue
  13. 8
      vue/src/views/ux/billManage/sparepartOutOrder90/index.vue
  14. 8
      vue/src/views/ux/billManage/vwOutOrder/index.vue
  15. 8
      vue/src/views/ux/vw/dataInput/hq_f_outorder/index.vue
  16. 8
      vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/index.vue
  17. 2
      vue/src/views/ux/vw/dataInput/hq_f_report/index.vue
  18. 2
      vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue
  19. 8
      vue/src/views/ux/vw/dataInput/hq_h_checkout/index.vue
  20. 8
      vue/src/views/ux/vw/dataInput/hq_h_outorder/index.vue
  21. 2
      vue/src/views/ux/vw/dataInput/hq_h_report/index.vue
  22. 2
      vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue
  23. 8
      vue/src/views/ux/vw/dataInput/hq_kb_output/index.vue
  24. 8
      vue/src/views/ux/vw/dataInput/hq_m_checkout/index.vue
  25. 8
      vue/src/views/ux/vw/dataInput/hq_m_outorder/index.vue
  26. 2
      vue/src/views/ux/vw/dataInput/hq_m_report/index.vue
  27. 2
      vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue
  28. 2
      vue/src/views/ux/vw/dataInput/hq_y_checkout/index.vue
  29. 8
      vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue
  30. 2
      vue/src/views/ux/vw/dataInput/hq_y_report/index.vue

2
vue/src/views/ux/billManage/InvoiceSettledDetailDiff/index.vue

@ -113,7 +113,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

12
vue/src/views/ux/billManage/InvoiceSettledDiff/index.vue

@ -95,7 +95,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -489,11 +489,11 @@ export default {
prop: "taskId",
width: 130,
});
tempsTabs.push({
label: "模块名称",
prop: "name",
width: 170,
});
// tempsTabs.push({
// label: "",
// prop: "name",
// width: 170,
// });
tempsTabs.push({
label: "创建人",
prop: "email",

2
vue/src/views/ux/billManage/IssuedUnsettled/index.vue

@ -94,7 +94,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

2
vue/src/views/ux/billManage/KanbanUnSettled/index.vue

@ -95,7 +95,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

12
vue/src/views/ux/billManage/UnInvoiceSettledDetailDiff/index.vue

@ -95,7 +95,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -639,11 +639,11 @@ export default {
prop: "taskId",
width: 130,
});
tempsTabs.push({
label: "模块名称",
prop: "name",
width: 170,
});
// tempsTabs.push({
// label: "",
// prop: "name",
// width: 170,
// });
tempsTabs.push({
label: "创建人",
prop: "email",

12
vue/src/views/ux/billManage/UnSettleDiffExport/index.vue

@ -96,7 +96,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -600,11 +600,11 @@ export default {
prop: "taskId",
width: 130,
});
tempsTabs.push({
label: "模块名称",
prop: "name",
width: 170,
});
// tempsTabs.push({
// label: "",
// prop: "name",
// width: 170,
// });
tempsTabs.push({
label: "创建人",
prop: "email",

2
vue/src/views/ux/billManage/kanBanWithCode/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

8
vue/src/views/ux/billManage/kanbanOutOrder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -387,11 +387,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/billManage/kanbanWithOutOrder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -92,7 +92,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -504,11 +504,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

2
vue/src/views/ux/billManage/sparePart/index.vue

@ -120,7 +120,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

2
vue/src/views/ux/billManage/sparePart90/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

8
vue/src/views/ux/billManage/sparepartOutOrder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -83,7 +83,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -389,11 +389,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/billManage/sparepartOutOrder90/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -83,7 +83,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -389,11 +389,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/billManage/vwOutOrder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -388,11 +388,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/vw/dataInput/hq_f_outorder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -390,11 +390,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/vw/dataInput/hq_f_outorder_chickout/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -83,7 +83,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -389,11 +389,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

2
vue/src/views/ux/vw/dataInput/hq_f_report/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

2
vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

8
vue/src/views/ux/vw/dataInput/hq_h_checkout/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -390,11 +390,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/vw/dataInput/hq_h_outorder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -390,11 +390,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

2
vue/src/views/ux/vw/dataInput/hq_h_report/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

2
vue/src/views/ux/vw/dataInput/hq_h_sparepart/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

8
vue/src/views/ux/vw/dataInput/hq_kb_output/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -387,11 +387,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/vw/dataInput/hq_m_checkout/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -390,11 +390,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

8
vue/src/views/ux/vw/dataInput/hq_m_outorder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -83,7 +83,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -389,11 +389,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

2
vue/src/views/ux/vw/dataInput/hq_m_report/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

2
vue/src/views/ux/vw/dataInput/hq_m_sparepart/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

2
vue/src/views/ux/vw/dataInput/hq_y_checkout/index.vue

@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

8
vue/src/views/ux/vw/dataInput/hq_y_outorder/index.vue

@ -6,7 +6,7 @@
v-model="searchContent"
clearable
size="small"
placeholder="按照版本号搜索..."
placeholder="按照单据号搜索..."
style="width: 200px"
class="search-container"
@keyup.enter.native="handleFilter"
@ -84,7 +84,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"
@ -390,11 +390,11 @@ export default {
this.getList();
this.listQuery.Filters = [];
if (this.searchContent != "") {
var column = "version";
var column = "billNum";
let filter = {
logic: 0,
column: column,
action: 0,
action: 6,
value: this.searchContent,
};
this.listQuery.Filters.push(filter);

2
vue/src/views/ux/vw/dataInput/hq_y_report/index.vue

@ -112,7 +112,7 @@
<el-input
ref="inputRef"
v-if="scope.row.isEditCell"
v-model.number="scope.row.remark"
v-model="scope.row.remark"
class="el-input"
v-focus
@blur="cellBlur(scope.row, scope.column)"

Loading…
Cancel
Save