| | |
| | | <template #append>元</template> |
| | | </el-input> |
| | | </el-form-item> |
| | | <el-form-item label="是否质检" prop="isQuality"> |
| | | <el-switch v-model="formState.isQuality" :active-value="true" inactive-value="false"/> |
| | | <el-form-item label="是否报工" prop="isReportWork"> |
| | | <el-switch v-model="formState.isReportWork" :active-value="true" :inactive-value="false"/> |
| | | </el-form-item> |
| | | <!-- <el-form-item label="是否质检" prop="isQuality"> |
| | | <el-switch v-model="formState.isQuality" :active-value="true" inactive-value="false"/> |
| | | </el-form-item> --> |
| | | <el-form-item label="备注" prop="remark"> |
| | | <el-input v-model="formState.remark" type="textarea" /> |
| | | </el-form-item> |
| | |
| | | remark: '', |
| | | salaryQuota: '', |
| | | isQuality: false, |
| | | isReportWork: false, |
| | | }); |
| | | |
| | | const isShow = computed({ |