This commit is contained in:
xd 2024-06-21 14:55:11 +08:00
parent c1d17f253a
commit cef262f8da
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="价单号" prop="quotCode">
<el-form-item label="价单号" prop="quotCode">
<el-input v-model="form.quotCode" :disabled="true"/>
</el-form-item>
</el-col>

View File

@ -19,10 +19,10 @@
/>
</el-select>
</el-form-item>
<el-form-item label="价单号" prop="quotCode">
<el-form-item label="价单号" prop="quotCode">
<el-input
v-model="queryParams.quotCode"
placeholder="请输入价单号"
placeholder="请输入价单号"
clearable
@keyup.enter.native="handleQuery"
/>
@ -71,7 +71,7 @@
<dict-tag :options="dict.type.quot_jsxz_approval_status" :value="scope.row.quotJsqrQtApprovalStatus" v-if="scope.row.quotJsqrQtApprovalStatus!=0"/>
</template>
</el-table-column>
<el-table-column label="价单号" align="center" prop="quotCode" width="250px"/>
<el-table-column label="价单号" align="center" prop="quotCode" width="250px"/>
<el-table-column label="客户" align="center" prop="quotCustomerName" width="250px"/>
<el-table-column label="业务员" align="center" prop="quotSalesmanName" width="150px"/>
<el-table-column label="项目名称" align="center" prop="quotProject" width="250px"/>

View File

@ -10,7 +10,7 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="价单号" prop="quotCode">
<el-form-item label="价单号" prop="quotCode">
<el-input v-model="form.quotCode" :disabled="true"/>
</el-form-item>
</el-col>