gjy 2 年之前
父節點
當前提交
25a06ba2df

+ 2 - 2
src/views/contractManagement/purchaseContractAdd.vue

@@ -919,8 +919,8 @@ import { isUndefined } from 'xe-utils/methods'
           .then((response) => {
             this.feedbackLeaders = response
             let _obj = []   //发货反馈负责人下拉列表第一个添加  "无需发货反馈(默认)"
-            _obj.staffName = "无需发货反馈(默认)"
-            _obj.staffMobilePhone = "(默认)"
+            _obj.staffName = "无需发货反馈"
+            _obj.staffMobilePhone = ""
             this.feedbackLeaders.unshift(_obj)
           })
         //关联合同

+ 2 - 2
src/views/profitable/contractprofitsdetails.vue

@@ -93,8 +93,8 @@
           <el-table-column prop="signingDate" label="签订日期"></el-table-column>
           <el-table-column prop="address" label="操作" width="300">
             <template slot-scope="scope">
-              <!-- <el-button v-if="scope.row.status=='已结算'" @click="finalstatement(scope.row)" type="primary">结算单</el-button>
-              <el-button v-if="scope.row.status=='已完成'" @click="closeaccount(scope.row)" type="primary">结算</el-button> -->
+              <el-button v-if="scope.row.status=='已结算'" @click="finalstatement(scope.row)" type="primary">结算单</el-button>
+              <el-button v-if="scope.row.status=='已完成'" @click="closeaccount(scope.row)" type="primary">结算</el-button>
               <el-button @click="inventory(scope.row)" type="primary">库存</el-button>
               <el-button @click="cost(scope.row)" type="primary">费用</el-button>
             </template>

+ 1 - 0
src/views/universalityAudit/audit.vue

@@ -31,6 +31,7 @@
             <el-option v-for="item in xialaList"  :key="item.id" :label="item.constValue" :value="item.constValue"
             style="color: #8890b1" />
         </el-select>
+        <i class="el-icon-question"></i>
         </el-col>
         <el-col :span="6">
 

+ 1 - 1
src/views/universalityAudit/component/routers/route.js

@@ -1,4 +1,4 @@
-// import Layout from '@/layout/index';
+import Layout from '@/layout/index';
 
 // const profitableRouter = {
 //   path: '/aduitmanagement',