|
@@ -206,10 +206,10 @@
|
|
<el-dialog :visible.sync="myMajorOrderDialog" width="95%" center custom-class="doWarehouseClass" @closed="getList">
|
|
<el-dialog :visible.sync="myMajorOrderDialog" width="95%" center custom-class="doWarehouseClass" @closed="getList">
|
|
<y-page-list-layout :page-list="myMajorPageData" :page-para="majorListQuery" :get-page-list="getMyMajor">
|
|
<y-page-list-layout :page-list="myMajorPageData" :page-para="majorListQuery" :get-page-list="getMyMajor">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
- <el-switch style="width: 270px;float: left;margin-top: 5px;" v-model="toProd" active-color="#13ce66"
|
|
|
|
|
|
+ <!-- <el-switch style="width: 270px;float: left;margin-top: 5px;" v-model="toProd" active-color="#13ce66"
|
|
inactive-color="#ff4949" active-text="认领到产品" inactive-text="认领到订单" disabled>
|
|
inactive-color="#ff4949" active-text="认领到产品" inactive-text="认领到订单" disabled>
|
|
- </el-switch>
|
|
|
|
- <el-input v-model="majorListQuery.name" placeholder="订单/项目名称" clearable style="width: 270px;float: left;">
|
|
|
|
|
|
+ </el-switch> -->
|
|
|
|
+ <el-input v-model="majorListQuery.name" placeholder="订单/项目名称" clearable style="width: 200px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="majorListQuery.orderId" placeholder="订单号" clearable
|
|
<el-input v-model="majorListQuery.orderId" placeholder="订单号" clearable
|
|
style="margin-left: 20px;width: 200px;float: left;">
|
|
style="margin-left: 20px;width: 200px;float: left;">
|
|
@@ -391,29 +391,29 @@
|
|
</el-table>
|
|
</el-table>
|
|
</y-page-list-layout>
|
|
</y-page-list-layout>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
- <el-dialog :visible.sync="myPersonalOrderDialog" width="90%" center custom-class="doWarehouseClass" @closed="getList">
|
|
|
|
|
|
+ <el-dialog :visible.sync="myPersonalOrderDialog" width="95%" center custom-class="doWarehouseClass" @closed="getList">
|
|
<y-page-list-layout :page-list="myPersonalPageData" :page-para="personalListQuery" :get-page-list="getMyPersonalOrder">
|
|
<y-page-list-layout :page-list="myPersonalPageData" :page-para="personalListQuery" :get-page-list="getMyPersonalOrder">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
<el-input v-model="personalListQuery.keyword" placeholder="坐落" clearable
|
|
<el-input v-model="personalListQuery.keyword" placeholder="坐落" clearable
|
|
- style="margin-left: 20px;width: 270px;float: left;">
|
|
|
|
|
|
+ style="margin-left: 10px;width: 200px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="personalListQuery.orderId" placeholder="订单号" clearable
|
|
<el-input v-model="personalListQuery.orderId" placeholder="订单号" clearable
|
|
- style="margin-left: 20px;width: 200px;float: left;">
|
|
|
|
|
|
+ style="margin-left: 10px;width: 150px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="personalListQuery.bailor" placeholder="委托人" clearable
|
|
<el-input v-model="personalListQuery.bailor" placeholder="委托人" clearable
|
|
- style="margin-left: 20px;width: 200px;float: left;">
|
|
|
|
|
|
+ style="margin-left: 10px;width: 150px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="personalListQuery.clientName" placeholder="客户名称" clearable
|
|
<el-input v-model="personalListQuery.clientName" placeholder="客户名称" clearable
|
|
- style="margin-left: 20px;width: 200px;float: left;">
|
|
|
|
|
|
+ style="margin-left: 10px;width: 150px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="personalListQuery.clientSubName" placeholder="业务来源" clearable
|
|
<el-input v-model="personalListQuery.clientSubName" placeholder="业务来源" clearable
|
|
- style="margin-left: 20px;width: 200px;float: left;">
|
|
|
|
|
|
+ style="margin-left: 10px;width: 150px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="personalListQuery.shouldAmount" placeholder="应收款" clearable
|
|
<el-input v-model="personalListQuery.shouldAmount" placeholder="应收款" clearable
|
|
- style="margin-left: 20px;width: 200px;float: left;">
|
|
|
|
|
|
+ style="margin-left: 10px;width: 150px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="personalListQuery.invoiceAmountCondition" placeholder="开票金额" clearable
|
|
<el-input v-model="personalListQuery.invoiceAmountCondition" placeholder="开票金额" clearable
|
|
- style="margin-left: 20px;width: 200px;float: left;">
|
|
|
|
|
|
+ style="margin-left: 10px;width: 150px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-button class="filter-item" style="margin-left: 10px;float: left;" type="primary" @click="getMyPersonalOrder"
|
|
<el-button class="filter-item" style="margin-left: 10px;float: left;" type="primary" @click="getMyPersonalOrder"
|
|
round>搜索
|
|
round>搜索
|
|
@@ -504,9 +504,9 @@
|
|
<y-page-list-layout :page-list="myAssetsPageData" :page-para="assetsListQuery"
|
|
<y-page-list-layout :page-list="myAssetsPageData" :page-para="assetsListQuery"
|
|
:get-page-list="getMyAssetsOrderOrProd">
|
|
:get-page-list="getMyAssetsOrderOrProd">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
- <el-switch style="width: 270px;float: left;margin-top: 5px;" v-model="toAssetsProd" active-color="#13ce66"
|
|
|
|
|
|
+ <!-- <el-switch style="width: 270px;float: left;margin-top: 5px;" v-model="toAssetsProd" active-color="#13ce66"
|
|
inactive-color="#ff4949" active-text="认领到产品" inactive-text="认领到订单" disabled>
|
|
inactive-color="#ff4949" active-text="认领到产品" inactive-text="认领到订单" disabled>
|
|
- </el-switch>
|
|
|
|
|
|
+ </el-switch> -->
|
|
<el-input v-model="assetsListQuery.keyWord" placeholder="订单/项目名称" clearable style="width: 270px;float: left;">
|
|
<el-input v-model="assetsListQuery.keyWord" placeholder="订单/项目名称" clearable style="width: 270px;float: left;">
|
|
</el-input>
|
|
</el-input>
|
|
<el-input v-model="assetsListQuery.orderId" placeholder="订单号" clearable
|
|
<el-input v-model="assetsListQuery.orderId" placeholder="订单号" clearable
|