Commit 3ba1fe2f authored by 沈翠玲's avatar 沈翠玲

问题清单

parent 840fd13b
...@@ -2958,5 +2958,6 @@ ...@@ -2958,5 +2958,6 @@
"库位设置": "การตั้งค่าไลบรารี", "库位设置": "การตั้งค่าไลบรารี",
"分配角色": "กำหนดบทบาท", "分配角色": "กำหนดบทบาท",
"菜单字段": "menuNameTh", "菜单字段": "menuNameTh",
"工时单位必选": "หน่วยชั่วโมงการทํางานเป็นข้อบังคับ" "工时单位必选": "หน่วยชั่วโมงการทํางานเป็นข้อบังคับ",
"委外加工商必选": "ต้องเลือกผู้ประมวลผลเอาท์ซอร์ส"
} }
\ No newline at end of file
...@@ -124,7 +124,6 @@ ...@@ -124,7 +124,6 @@
<span v-else>{{ <span v-else>{{
scope.row.vendorName scope.row.vendorName
}}</span> }}</span>
<VendorSelect ref="vendorSelect" @onSelected="onVendorSelected" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -217,6 +216,7 @@ ...@@ -217,6 +216,7 @@
<el-button @click="toOutsource">{{ $t('common.confirm') }}</el-button> <el-button @click="toOutsource">{{ $t('common.confirm') }}</el-button>
</div> </div>
</el-dialog> </el-dialog>
<VendorSelect ref="vendorSelect" @onSelected="onVendorSelected" />
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment