|
|
|
@ -74,25 +74,26 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- <el-row type="flex">-->
|
|
|
|
|
<!-- <el-col :span="11">-->
|
|
|
|
|
<!-- <el-form-item label="内部进出平衡补单" prop="supplementOrderType">-->
|
|
|
|
|
<!-- <el-select :disabled="inputQuery.corpType !=3"-->
|
|
|
|
|
<!-- size="small"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- v-model="inputQuery.supplementOrderType"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- placeholder="单据类型">-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in orderTypeList"-->
|
|
|
|
|
<!-- :key="item.name"-->
|
|
|
|
|
<!-- :label="item.name"-->
|
|
|
|
|
<!-- :value="item.action">-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.name }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<el-row type="flex">
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="内部进出平衡补单" prop="supplementOrderType">
|
|
|
|
|
<el-select :disabled="inputQuery.corpType !=3"
|
|
|
|
|
size="small"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
v-model="inputQuery.supplementOrderType"
|
|
|
|
|
clearable
|
|
|
|
|
placeholder="单据类型">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in orderTypeList"
|
|
|
|
|
:key="item.name"
|
|
|
|
|
:label="item.name"
|
|
|
|
|
:value="item.action">
|
|
|
|
|
<span style="float: left">{{ item.name }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- <el-col :span="11">-->
|
|
|
|
|
<!-- <el-form-item label="特殊单据往来" prop="defaultUnit">-->
|
|
|
|
|
<!-- <el-select-->
|
|
|
|
|