Browse Source

准入编码

lining 6 years ago
parent
commit
7e6dd65c26

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/basisinfo.vue

@@ -28,12 +28,12 @@
           </el-form-item>
           </el-form-item>
         </el-col>
         </el-col>
 
 
-        <!-- <el-col :span="8">
+        <el-col :span="8" v-if="this.formData.Status == '7'">
           <el-form-item label="准入编码">
           <el-form-item label="准入编码">
             <el-input v-model="formData.JSAccessCardNo"  :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
             <el-input v-model="formData.JSAccessCardNo"  :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
             </el-input>
             </el-input>
           </el-form-item>
           </el-form-item>
-        </el-col> -->
+        </el-col>
 
 
         <el-col :span="8">
         <el-col :span="8">
           <el-form-item label="单位关系">
           <el-form-item label="单位关系">

+ 3 - 3
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue

@@ -28,12 +28,12 @@
           </el-form-item>
           </el-form-item>
         </el-col>
         </el-col>
 
 
-        <!-- <el-col :span="8">
+        <el-col :span="8" v-if="this.formData.Status == '7'">
           <el-form-item label="准入编码">
           <el-form-item label="准入编码">
-            <el-input v-model="formData.WZAccessCardNo"  :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
+            <el-input v-model="formData.WZAccessCardNo" :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
             </el-input>
             </el-input>
           </el-form-item>
           </el-form-item>
-        </el-col> -->
+        </el-col>
         <el-col :span="8">
         <el-col :span="8">
           <el-form-item label="供应商类型">
           <el-form-item label="供应商类型">
             <el-select ref="OperType" v-model="formData.OperType" :disabled="!canUpdateSupplier"
             <el-select ref="OperType" v-model="formData.OperType" :disabled="!canUpdateSupplier"

+ 3 - 3
src/dashoo.cn/frontend_web/src/components/oilsupplier/techinfo.vue

@@ -26,12 +26,12 @@
           </el-form-item>
           </el-form-item>
         </el-col>
         </el-col>
 
 
-        <!-- <el-col :span="8">
+        <el-col :span="8" v-if="this.formData.Status == '7'">
           <el-form-item label="准入编码">
           <el-form-item label="准入编码">
-            <el-input v-model="formData.JFAccessCardNo"  :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
+            <el-input v-model="formData.JFAccessCardNo" :readonly="this.formData.Status != '7'" placeholder="请输入" style="width: 100%">
             </el-input>
             </el-input>
           </el-form-item>
           </el-form-item>
-        </el-col> -->
+        </el-col>
 
 
         <el-col :span="8">
         <el-col :span="8">
           <el-form-item label="单位关系">
           <el-form-item label="单位关系">

+ 8 - 8
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/_opera/basisedit.vue

@@ -200,14 +200,14 @@
           </el-card>
           </el-card>
         </el-tab-pane>
         </el-tab-pane>
 
 
-        <el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">
-          <el-card class="box-card" style="margin-top: 20px">
-            <div slot="header" class="clearfix">
-              <span>审批历史</span>
-            </div>
-            <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
-          </el-card>
-        </el-tab-pane>
+        <!--<el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">-->
+          <!--<el-card class="box-card" style="margin-top: 20px">-->
+            <!--<div slot="header" class="clearfix">-->
+              <!--<span>审批历史</span>-->
+            <!--</div>-->
+            <!--<wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>-->
+          <!--</el-card>-->
+        <!--</el-tab-pane>-->
 
 
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         </el-tab-pane>
         </el-tab-pane>

+ 8 - 8
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/_opera/goodsedit.vue

@@ -201,14 +201,14 @@
           </el-card>
           </el-card>
         </el-tab-pane>
         </el-tab-pane>
 
 
-        <el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">
-          <el-card class="box-card" style="margin-top: 20px">
-            <div slot="header" class="clearfix">
-              <span>审批历史</span>
-            </div>
-            <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
-          </el-card>
-        </el-tab-pane>
+        <!--<el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">-->
+          <!--<el-card class="box-card" style="margin-top: 20px">-->
+            <!--<div slot="header" class="clearfix">-->
+              <!--<span>审批历史</span>-->
+            <!--</div>-->
+            <!--<wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>-->
+          <!--</el-card>-->
+        <!--</el-tab-pane>-->
 
 
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         </el-tab-pane>
         </el-tab-pane>

+ 8 - 8
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/_opera/techedit.vue

@@ -207,14 +207,14 @@
             <wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
             <wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
           </el-card>
           </el-card>
         </el-tab-pane>
         </el-tab-pane>
-        <el-tab-pane name="6" label="审批历史" v-if="this.formData.AuditIndex > 0 ">
-          <el-card class="box-card" style="margin-top: 20px">
-            <div slot="header" class="clearfix">
-              <span>审批历史</span>
-            </div>
-            <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
-          </el-card>
-        </el-tab-pane>
+        <!--<el-tab-pane name="6" label="审批历史" v-if="this.formData.AuditIndex > 0 ">-->
+          <!--<el-card class="box-card" style="margin-top: 20px">-->
+            <!--<div slot="header" class="clearfix">-->
+              <!--<span>审批历史</span>-->
+            <!--</div>-->
+            <!--<wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>-->
+          <!--</el-card>-->
+        <!--</el-tab-pane>-->
         <el-tab-pane name="7" label="供方缴费" v-if="formDataCert.Status == 5">
         <el-tab-pane name="7" label="供方缴费" v-if="formDataCert.Status == 5">
         </el-tab-pane>
         </el-tab-pane>
       </el-tabs>
       </el-tabs>

+ 8 - 8
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/basisedit.vue

@@ -198,14 +198,14 @@
           </el-card>
           </el-card>
         </el-tab-pane>
         </el-tab-pane>
 
 
-        <el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">
-          <el-card class="box-card" style="margin-top: 20px">
-            <div slot="header" class="clearfix">
-              <span>审批历史</span>
-            </div>
-            <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
-          </el-card>
-        </el-tab-pane>
+        <!--<el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">-->
+          <!--<el-card class="box-card" style="margin-top: 20px">-->
+            <!--<div slot="header" class="clearfix">-->
+              <!--<span>审批历史</span>-->
+            <!--</div>-->
+            <!--<wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>-->
+          <!--</el-card>-->
+        <!--</el-tab-pane>-->
 
 
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         </el-tab-pane>
         </el-tab-pane>

+ 8 - 8
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/goodsedit.vue

@@ -199,14 +199,14 @@
           </el-card>
           </el-card>
         </el-tab-pane>
         </el-tab-pane>
 
 
-        <el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">
-          <el-card class="box-card" style="margin-top: 20px">
-            <div slot="header" class="clearfix">
-              <span>审批历史</span>
-            </div>
-            <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
-          </el-card>
-        </el-tab-pane>
+        <!--<el-tab-pane label="审批历史" v-if="this.formData.AuditIndex > 0 ">-->
+          <!--<el-card class="box-card" style="margin-top: 20px">-->
+            <!--<div slot="header" class="clearfix">-->
+              <!--<span>审批历史</span>-->
+            <!--</div>-->
+            <!--<wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>-->
+          <!--</el-card>-->
+        <!--</el-tab-pane>-->
 
 
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         <el-tab-pane label="供方缴费" v-if="formDataCert.Status == 5">
         </el-tab-pane>
         </el-tab-pane>

+ 8 - 8
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/_opera/techedit.vue

@@ -205,14 +205,14 @@
             <wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
             <wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
           </el-card>
           </el-card>
         </el-tab-pane>
         </el-tab-pane>
-        <el-tab-pane name="6" label="审批历史" v-if="this.formData.AuditIndex > 0 ">
-          <el-card class="box-card" style="margin-top: 20px">
-            <div slot="header" class="clearfix">
-              <span>审批历史</span>
-            </div>
-            <wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>
-          </el-card>
-        </el-tab-pane>
+        <!--<el-tab-pane name="6" label="审批历史" v-if="this.formData.AuditIndex > 0 ">-->
+          <!--<el-card class="box-card" style="margin-top: 20px">-->
+            <!--<div slot="header" class="clearfix">-->
+              <!--<span>审批历史</span>-->
+            <!--</div>-->
+            <!--<wf-back-history ref="WfBackHistory" :entryinfo="backhistroy"></wf-back-history>-->
+          <!--</el-card>-->
+        <!--</el-tab-pane>-->
         <el-tab-pane name="7" label="供方缴费" v-if="formDataCert.Status == 5">
         <el-tab-pane name="7" label="供方缴费" v-if="formDataCert.Status == 5">
         </el-tab-pane>
         </el-tab-pane>
       </el-tabs>
       </el-tabs>