From 300cd61f739aea84c464c859ae3d1d8476aba063 Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期四, 05 三月 2020 17:08:45 +0800
Subject: [PATCH] 优化采购申请

---
 WebService/src/main/resources/components/purchaseApplyPackage/view-purchaseApply-info/viewPurchaseApplyInfo.html |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/WebService/src/main/resources/components/purchaseApplyPackage/view-purchaseApply-info/viewPurchaseApplyInfo.html b/WebService/src/main/resources/components/purchaseApplyPackage/view-purchaseApply-info/viewPurchaseApplyInfo.html
index e35d046..2db4276 100644
--- a/WebService/src/main/resources/components/purchaseApplyPackage/view-purchaseApply-info/viewPurchaseApplyInfo.html
+++ b/WebService/src/main/resources/components/purchaseApplyPackage/view-purchaseApply-info/viewPurchaseApplyInfo.html
@@ -4,22 +4,26 @@
             <div class="ibox-title">
                 <h5>閲囪喘鐢宠淇℃伅</h5>
                 <div class="ibox-tools" style="top:10px;">
-                    <button type="button" v-if="viewPurchaseApplyInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;"  v-on:click="_openSelectPurchaseApplyInfoModel()">
-                        <i class="glyphicon glyphicon-search"></i> 閫夋嫨閲囪喘鐢宠</button>
+                    <button type="button" v-if="viewPurchaseApplyInfo.index != 2" class="btn btn-primary btn-sm"
+                            style="margin-right:10px;" v-on:click="_openSelectPurchaseApplyInfoModel()">
+                        <i class="glyphicon glyphicon-search"></i> 閫夋嫨閲囪喘鐢宠
+                    </button>
 
-                    <button type="button" v-if="viewPurchaseApplyInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddPurchaseApplyInfoModel()">
-                        <i class="glyphicon glyphicon-plus"></i> 娣诲姞閲囪喘鐢宠</button>
+                    <button type="button" v-if="viewPurchaseApplyInfo.index != 2" class="btn btn-primary btn-sm"
+                            v-on:click="_openAddPurchaseApplyInfoModel()">
+                        <i class="glyphicon glyphicon-plus"></i> 娣诲姞閲囪喘鐢宠
+                    </button>
                 </div>
             </div>
             <div class="ibox-content">
                 <div class="row">
-<div class="col-sm-4">
+                    <div class="col-sm-4">
                         <div class="form-group">
-                            <label class="col-form-label" >璁㈠崟鐘舵�侊細</label>
+                            <label class="col-form-label">璁㈠崟鐘舵�侊細</label>
                             <label class="">{{viewPurchaseApplyInfo.state}}</label>
                         </div>
-</div>
-</div>
+                    </div>
+                </div>
 
             </div>
         </div>

--
Gitblit v1.8.0