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

问题清单

parent 840fd13b
......@@ -2958,5 +2958,6 @@
"库位设置": "การตั้งค่าไลบรารี",
"分配角色": "กำหนดบทบาท",
"菜单字段": "menuNameTh",
"工时单位必选": "หน่วยชั่วโมงการทํางานเป็นข้อบังคับ"
"工时单位必选": "หน่วยชั่วโมงการทํางานเป็นข้อบังคับ",
"委外加工商必选": "ต้องเลือกผู้ประมวลผลเอาท์ซอร์ส"
}
\ No newline at end of file
......@@ -124,7 +124,6 @@
<span v-else>{{
scope.row.vendorName
}}</span>
<VendorSelect ref="vendorSelect" @onSelected="onVendorSelected" />
</template>
</el-table-column>
<el-table-column
......@@ -217,6 +216,7 @@
<el-button @click="toOutsource">{{ $t('common.confirm') }}</el-button>
</div>
</el-dialog>
<VendorSelect ref="vendorSelect" @onSelected="onVendorSelected" />
</div>
</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