修改部分宽度

This commit is contained in:
wulin 2020-09-22 16:41:00 +08:00
parent 8acb3c42cd
commit 2b4b5ac06a

View File

@ -6,6 +6,7 @@
v-model="specReq.count"
:disabled="departmentReaderOnly"
@change="changeDepartment(0)"
style="width:100px"
>
<el-option v-for="item in tCounts" :key="item.num" :label="item.num" :value="item.num"></el-option>
</el-select>
@ -36,6 +37,7 @@
:disabled="departmentReaderOnly"
placeholder="请选择"
@change="changeDepartment(3)"
style="width:100px"
>
<el-option
v-for="item in stateList"
@ -51,6 +53,7 @@
:disabled="departmentReaderOnly"
placeholder="请选择"
@change="changeDepartment(4)"
style="width:100px"
>
<el-option
v-for="item in otherList"
@ -70,6 +73,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
@change="changeOutData"
style="width:300px"
></el-date-picker>
</el-form-item>
<el-form-item :label="`入库日期`">
@ -82,6 +86,7 @@
start-placeholder="开始日期"
end-placeholder="结束日期"
@change="changeInData"
style="width:300px"
></el-date-picker>
</el-form-item>
<el-form-item label="规格">