界面配置一些微调

20240912_adapter_z
yewj 7 months ago
parent 60c7fd5ad1
commit 8773163a35

@ -13,7 +13,7 @@
highlight-current
>
<span class="custom-tree-node" slot-scope="{ node, data }">
<span style="font-size: 14px; font-weight: 500">{{
<span style="font-size: 14px; font-weight: 500; width:200px">{{
node.label
}}</span>
<el-button
@ -113,7 +113,7 @@
<span>{{ workplaceTypeMao[scope.row.workplaceType] }}</span>
</template>
</el-table-column>
<el-table-column label="库存预警数" prop="invRemindNumber" width="90"></el-table-column>
<!-- <el-table-column label="库存预警数" prop="invRemindNumber" width="90"></el-table-column>-->
<el-table-column label="工位状态" prop="workplaceStatus" width="90">
<template slot-scope="scope">
<span>{{ workplaceStatusMap[scope.row.workplaceStatus] }}</span>
@ -451,20 +451,6 @@
</el-select>
</el-form-item>
</el-col>
<el-col :span="12" class="el-col">
<el-form-item label="库存预警数:" prop="invRemindNumber" class="query-form-item">
<el-input-number
:min="0"
:precision="0" :step="1"
placeholder="请输入库存预警数"
v-model="formData.invRemindNumber" style="width: 80%"
auto-complete="off"
></el-input-number>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="24" class="el-row">
<el-col :span="12" class="el-col">
<el-form-item label="备注:" prop="remake" class="query-form-item">
<el-input
@ -473,6 +459,21 @@
></el-input>
</el-form-item>
</el-col>
<!-- <el-col :span="12" class="el-col">-->
<!-- <el-form-item label="库存预警数:" prop="invRemindNumber" class="query-form-item">-->
<!-- <el-input-number-->
<!-- :min="0"-->
<!-- :precision="0" :step="1"-->
<!-- placeholder="请输入库存预警数"-->
<!-- v-model="formData.invRemindNumber" style="width: 80%"-->
<!-- auto-complete="off"-->
<!-- ></el-input-number>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
</el-row>
<el-row :gutter="24" class="el-row">
</el-row>
<!--<el-col :span="12" class="el-col">-->
@ -866,7 +867,7 @@ export default {
invRemindNumber: 0,
remake: null,
};
if (this.groupData != null){
if (this.groupData != null) {
this.formData.constituencies = this.groupData.code
}
// if (this.)

Loading…
Cancel
Save