فهرست منبع

SAI检查管理新增/修改下拉框label加员工号

wangggziwen 2 سال پیش
والد
کامیت
f3c5e248a9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ui/src/views/production/check/index.vue

+ 1 - 1
ui/src/views/production/check/index.vue

@@ -454,7 +454,7 @@ export default {
         this.applicantOptions = [];
         for (let i = 0; i < staffList.length; i++) {
           let staffOption = {
-            dictLabel: staffList[i].name,
+            dictLabel: staffList[i].staffid + " - " + staffList[i].name,
             dictValue: staffList[i].userId
           }
           this.applicantOptions.push(staffOption);