瀏覽代碼

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

ccjgmwz 3 年之前
父節點
當前提交
b5f9b4d950

+ 9 - 9
src/views/houseSelfCollect/paymentManagement.vue

@@ -24,15 +24,12 @@
         <!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
         <ws-button type="primary" @click="screen(0)">待审核</ws-button>
         <ws-button type="primary"  @click="screen()">全部</ws-button>-->
-        <ws-button :type="searchType == 1 ? 'primary' : ''" @click="screen(1)" >待审核
-        </ws-button>
+        <ws-button :type="searchType == ''? 'primary' : ''" @click="screen(-1)">全部</ws-button>
+        <ws-button :type="searchType == 1 ? 'primary' : ''" @click="screen(1)">待审核</ws-button>
         <div v-hasPermission="`acquisitionManagement.acquisitionPay.pay`">
-          <ws-button :type="searchType == 7 ? 'primary' : ''" @click="screen(7)"
-          >待付款</ws-button>
-          </div>
-        <ws-button :type="searchType == 2 ? 'primary' : ''" @click="screen(2)"
-          v-hasPermission="`acquisitionManagement.acquisitionPay.add`">待结算</ws-button>
-        <ws-button :type="searchType == -1 ? 'primary' : ''" @click="screen(-1)">全部</ws-button>
+          <ws-button :type="searchType == 7 ? 'primary' : ''" @click="screen(7)">待付款</ws-button>
+        </div>
+        <ws-button :type="searchType == 2 ? 'primary' : ''" @click="screen(2)" v-hasPermission="`acquisitionManagement.acquisitionPay.add`">待结算</ws-button>
       </template>
       <template slot="right">
         <el-select class='warehouse_select' v-model="warehouseNameKey" placeholder="请选择仓库" @change="warehouseChange" style="margin: 0 10px">
@@ -329,7 +326,7 @@ import download from '../../components/WsDownload/download'
         deptCircularPage: {},
         deptBudgetTotal: 0,
         paymentForm: false,
-        searchType: 1,
+        searchType: "",
         searchTypeText: '',
         searchKeyWord: '',
         warehouseList: [],
@@ -1293,4 +1290,7 @@ import download from '../../components/WsDownload/download'
   .warehouse_select{
     width:100%;
   }
+  .el-button{
+    margin: 5px;
+  }
 </style>

+ 0 - 1
src/views/houseSelfCollect/weightCheck.vue

@@ -694,7 +694,6 @@
                 .toPromise()
                 .then((response) => {
                   for (let i = 0; i < this.purchasePriceList.length; i++) {
-                    console.log(this.purchasePriceList, 'shangxiang')
                     if (
                       this.weighingList.goodsName == this.purchasePriceList[i].goodsName
                     ) {

+ 1 - 1
src/views/tradeServicesManagement/inOutRecord.vue

@@ -101,7 +101,7 @@
       <div>
         <el-input
           v-model="adjustment"
-          placeholder="输入申请金额"
+          placeholder=""
           size="small"
         ></el-input>
       </div>

+ 1 - 1
src/views/tranManagement/tranManagementVehicleDispatching.vue

@@ -111,7 +111,7 @@
               <el-col :span="8">
 
                 <el-form-item label="姓名:" span="1" prop="driverName" label-width="125px">
-                  <el-select v-show="!item.temporaryDriverFlag" v-model="item.driver" placeholder="请选择司机"
+                  <el-select v-show="!item.temporaryDriverFlag" v-model="item.driver" filterable clearable placeholder="请选择司机"
                     class="row-item" @change="
                              (val) => {
                                carchange(val, index)

+ 1 - 1
src/views/warehouse/warehouseManagementRecord.vue

@@ -5,7 +5,7 @@
 				<h2 class="bg-left title">流转记录</h2>
 			</el-col>
 			<el-col :span="6" class="bg-right">
-				<el-button class="bg-bottom adjustment" type="primary" size="small" @click="iossrecord()"
+				<el-button class="bg-bottom" type="primary" size="small" @click="iossrecord()"
 					v-show="this.warehouseType != 2">盘损记录</el-button>
 				<el-button class="bg-bottom" type="primary" size="small" @click="returnWarehouse()">返回</el-button>
 			</el-col>