|
|
|
@ -31,6 +31,9 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</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="documentTypeCode" class="query-form-item">
|
|
|
|
|
<el-select v-model="formData.documentTypeCode" placeholder="请选择单据类型"
|
|
|
|
@ -48,16 +51,6 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</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="busName" class="query-form-item">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- v-model="formData.busName" style="width: 80%"-->
|
|
|
|
|
<!-- auto-complete="off"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="计量单位:" prop="orderCirType" class="query-form-item">
|
|
|
|
|
<el-select v-model="formData.orderCirType" style="width: 80%" placeholder="选择计量单位">
|
|
|
|
|