src/views/productionManagement/productionDispatching/components/formDia.vue
@@ -21,7 +21,7 @@
        </el-row> -->
        <el-row :gutter="30">
          <el-col :span="12">
            <el-form-item label="规格型号:" prop="specificationModel">
            <el-form-item label="图纸编号:" prop="specificationModel">
              <el-input v-model="form.specificationModel" placeholder="请输入" clearable disabled/>
            </el-form-item>
          </el-col>
@@ -111,6 +111,7 @@
<script setup>
import {ref} from "vue";
// import {getStaffJoinInfo, staffJoinAdd, staffJoinUpdate} from "@/api/personnelManagement/onboarding.js";
import {userListNoPageByTenantId} from "@/api/system/user.js";
import {productionDispatch} from "@/api/productionManagement/productionOrder.js";
import useUserStore from "@/store/modules/user.js";
@@ -124,7 +125,7 @@
  form: {
      projectName: "",
      productCategory: "",
      specificationModel: "", // 规格型号
      specificationModel: "", // 图纸编号
      quantity: "",
      schedulingNum: "",
      schedulingUserId: "",