|
@ -178,6 +178,7 @@ |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import req from '@/api/operation/workslrsettlement' |
|
|
import req from '@/api/operation/workslrsettlement' |
|
|
|
|
|
import { selectStaffListss } from '@/api/Common/dictcommons' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
name: 'WorkSLRSettlementDaiBan', |
|
|
name: 'WorkSLRSettlementDaiBan', |
|
@ -366,6 +367,11 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
selectStaffListss().then((res) => { |
|
|
|
|
|
if (res.success) { |
|
|
|
|
|
this.options = res.data |
|
|
|
|
|
} |
|
|
|
|
|
}) |
|
|
}, |
|
|
}, |
|
|
// 加签 |
|
|
// 加签 |
|
|
openCountersign(val) { |
|
|
openCountersign(val) { |
|
|