Browse Source

修复外判单

master
Klein Blue 2 years ago
parent
commit
b52857fc4b
3 changed files with 6 additions and 0 deletions
  1. 1
    0
      src/views/luru/gongshi.vue
  2. 4
    0
      src/views/luru/gongzi.vue
  3. 1
    0
      src/views/luru/waipandan.vue

+ 1
- 0
src/views/luru/gongshi.vue View File

@@ -569,6 +569,7 @@ export default {
this.set_lock_gongshi(false);
this.set_shengEnable(false);
this.$refs.reflock.doClose();
this.switchState()
},

init() {

+ 4
- 0
src/views/luru/gongzi.vue View File

@@ -405,6 +405,10 @@ export default {
if (this.editable) {
if (column.label != "本月工资" || row.id == 999999) {
ret += suo;
console.log(column.label != "本月工资");
console.log(row.id == 999999);
console.log('我到了这里第');
console.log(row , column);
}
}
if (row.id == 999999) {

+ 1
- 0
src/views/luru/waipandan.vue View File

@@ -601,6 +601,7 @@ export default {
);
this.set_shengEnable(false);
this.$refs.popverRef.doClose();
this.switchState()
},

objectSpanMethod({ row, column, rowIndex, columnIndex }) {

Loading…
Cancel
Save