FengChaoYu преди 3 години
родител
ревизия
c03547a439

+ 1 - 1
src/views/supply/engin/components/commerce_detail.vue

@@ -88,7 +88,7 @@
               <div class="label">格力回复</div>
               <div class="value">{{detailData.geLiNote}}</div>
             </el-col>
-            <el-col :span="24" class="item">
+            <el-col v-if="!isDealer" :span="24" class="item">
               <div class="label">格力内部备注</div>
               <div class="value">{{detailData.geLiInerNote}}</div>
             </el-col>

+ 1 - 1
src/views/supply/engin/components/commerce_form.vue

@@ -109,7 +109,7 @@
             <el-input v-model="mainForm.address" placeholder="请输入安装地址" disabled></el-input>
           </el-form-item>
         </el-col>
-        <el-col :xs="24" :sm="24" :lg="16">
+        <el-col v-if="!isDealer" :xs="24" :sm="24" :lg="16">
           <el-form-item label="格力内部备注" prop="greeRemark">
             <el-input v-model="mainForm.greeRemark" placeholder="请输入格力内部备注"></el-input>
           </el-form-item>

+ 1 - 1
src/views/supply/engin/components/commerce_return.vue

@@ -136,7 +136,7 @@
           </template>
         </el-table-column>
         <el-table-column align="right" label="工程登录数量" prop="enginNum" min-width="120" show-overflow-tooltip></el-table-column>
-        <el-table-column align="right" label="数量" prop="number" min-width="100" show-overflow-tooltip></el-table-column>
+        <el-table-column align="right" label="数量" prop="qty" min-width="100" show-overflow-tooltip></el-table-column>
         <el-table-column align="right" label="订单金额" prop="totalAmount" min-width="100" show-overflow-tooltip>
           <template slot-scope="scope">
             {{ scope.row.totalAmount | numToFixed }}

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -249,7 +249,7 @@
     <div class="page-footer">
       <div class="footer">
         <el-button type="primary" @click="clickSubmitForm(1)">保 存</el-button>
-        <el-button type="primary" @click="clickSubmitForm(2)">提交审核</el-button>
+<!--        <el-button type="primary" @click="clickSubmitForm(2)">提交审核</el-button>-->
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
           <el-button slot="reference">关 闭</el-button>
         </el-popconfirm>