Commit 95d811a3 authored by 徐来柯's avatar 徐来柯

update

parent dcb230cf
...@@ -156,8 +156,8 @@ ...@@ -156,8 +156,8 @@
} }
.el-table .warning-row td { .el-table .warning-row td {
background: #ff4949 !important; // background: #ff4949 !important;
color: #fff !important; color: #ff4949 !important;
} }
input, textarea { input, textarea {
padding: 0 15px; padding: 0 15px;
......
...@@ -49,19 +49,19 @@ ...@@ -49,19 +49,19 @@
<input v-model="Desc" class="nameipt" /> <input v-model="Desc" class="nameipt" />
</div> </div>
<div v-if="type == 6" class="name"> <div v-if="type == 6" class="newName">
<span>生产计划编号:</span> <span>生产计划编号:</span>
<span @click="openRelate('VPID')" class="relateBtn plan_relateBtn" >选 择</span> <span @click="openRelate('VPID')" class="relateBtn plan_relateBtn" >选 择</span>
<input v-model="VPID" disabled class="nameipt disInput"/> <input v-model="VPID" disabled class="nameipt disInput"/>
<input v-model="PID" disabled class="nameipt planName" /> <input v-model="PID" disabled class="nameipt planName" />
</div> </div>
<div v-if="type == 6" style="margin-top: 20px" class="name"> <div v-if="type == 6" style="margin-top: 20px" class="newName">
<span>产品编号:</span> <span>产品编号:</span>
<el-select class="apply planName" v-model="ProductID" clearable placeholder="请选择"> <el-select class="apply applySelect" v-model="ProductID" clearable placeholder="请选择">
<el-option <el-option
v-for="item in proList" v-for="item in proList"
:key="item.Name" :key="item.ProNumber"
:label="item.Name" :label="item.ProNumber"
:value="item.ID"> :value="item.ID">
</el-option> </el-option>
</el-select> </el-select>
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<div v-if="type == 6" class="name2" style="margin-top: 70px"> <div v-if="type == 6" class="name2" style="margin-top: 70px">
<span>交货日期临近报警:</span> <span>交货日期临近报警:</span>
<span @click="openRelate('VStatus')" style=" float: right; margin: 0;" class="relateBtn">选 择</span> <span @click="openRelate('VStatus')" style=" float: right; margin: 0;" class="relateBtn">选 择</span>
<input v-model="VStatus" disabled class="nameipt" style="width: 348px !important;height: 40px" /> <input v-model="VStatus" disabled class="nameipt" style="width: 368px !important;height: 40px; margin-left: -20px;" />
</div> </div>
<div v-if="type==3" class="namebtn"> <div v-if="type==3" class="namebtn">
<span>选择所包含的工序:</span> <span>选择所包含的工序:</span>
...@@ -868,8 +868,12 @@ export default { ...@@ -868,8 +868,12 @@ export default {
width: 70%; width: 70%;
margin: auto; margin: auto;
line-height: 40px; line-height: 40px;
span:first-child {
position: relative;
left: -25px;
}
} }
.name{ .name, .newName{
width: 70%; width: 70%;
// height: 40px; // height: 40px;
margin: auto; margin: auto;
...@@ -884,13 +888,24 @@ export default { ...@@ -884,13 +888,24 @@ export default {
width: 360px; width: 360px;
} }
.nametextar{ .nametextar{
width: 460px; width: 460px;
margin-top:10px; margin-top:10px;
height: 60px; height: 60px;
float: right; float: right;
} }
} }
.newName{
overflow: visible;
span:first-child {
position: relative;
left: -25px;
}
}
.applySelect {
width: 365px !important;
margin-right: 20px;
}
.planName { .planName {
width: 235px !important; width: 235px !important;
margin-right: 20px; margin-right: 20px;
......
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