fixing column บรรจุ แต่งตั้ง ย้าย
This commit is contained in:
parent
bb2d03e499
commit
9cde68ab4f
74 changed files with 620 additions and 626 deletions
|
|
@ -10,7 +10,7 @@
|
|||
* - offcier : เป็น Array ของ Object ที่เก็บตำแหน่งระดับเจ้าหน้าที่
|
||||
* - children : เป็น Array ของหน่วยงานย่อย ซึ่ง Root ของ children ต้องเป็น Object ของหน่วยงานเสมอ
|
||||
* - Object ส่วนที่เป็นตำแหน่งประกอบด้วย
|
||||
* - positionID : Unique ID ของตำแหน่งประเภทนั้น เงื่อนไขเหมือน deptID
|
||||
* - positionID : Unique ID ของประเภทตำแหน่งนั้น เงื่อนไขเหมือน deptID
|
||||
* - positionName : ชื่อตำแหน่ง
|
||||
* - positionNum : เลขที่ประจำตำแหน่ง เช่น กทข.
|
||||
* - totalPositionCount : จำนวนตำแหน่งทั้งหมด
|
||||
|
|
@ -25,7 +25,7 @@ const chartData = {
|
|||
heads: [
|
||||
// Array ของผู้บริหารในหน่วยงานนั้น ๆ (ผู้อำนวยการ/หัวหน้า)
|
||||
{
|
||||
positionID: 2, // Unique ID ของตำแหน่งประเภทนั้น (ถ้ามี?)
|
||||
positionID: 2, // Unique ID ของประเภทตำแหน่งนั้น (ถ้ามี?)
|
||||
positionName: "ผู้อำนวยการสูง", // ชื่อตำแหน่ง
|
||||
positionNum: "(หัวหน้าสำนักงาน)", // เลขที่ประจำตำแหน่ง (ถ้ามี) เช่นพวก กทข.
|
||||
totalPositionCount: 1, // จำนวนตำแหน่งทั้งหมด
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue