Parcourir la source

去除组合编码

yjwang il y a 2 semaines
Parent
commit
88aa832d39

+ 5 - 5
src/views/hisStore/components/productAfterSalesOrder.vue

@@ -133,11 +133,11 @@
               <p>{{JSON.parse(scope.row.jsonInfo).barCode}}</p>
             </template>
           </el-table-column>
-          <el-table-column label="商品组合编码" width="300" align="center">
-            <template slot-scope="scope">
-              <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>
-            </template>
-          </el-table-column>
+<!--          <el-table-column label="商品组合编码" width="300" align="center">-->
+<!--            <template slot-scope="scope">-->
+<!--              <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>-->
+<!--            </template>-->
+<!--          </el-table-column>-->
           <el-table-column label="商品名称" width="300" align="center">
             <template slot-scope="scope">
               <p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>

+ 5 - 5
src/views/hisStore/components/productOrder.vue

@@ -238,11 +238,11 @@
             <p>{{JSON.parse(scope.row.jsonInfo).barCode}}</p>
           </template>
         </el-table-column>
-        <el-table-column label="商品组合编码" width="300" align="center">
-          <template slot-scope="scope">
-            <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>
-          </template>
-        </el-table-column>
+<!--        <el-table-column label="商品组合编码" width="300" align="center">-->
+<!--          <template slot-scope="scope">-->
+<!--            <p>{{JSON.parse(scope.row.jsonInfo).groupBarCode}}</p>-->
+<!--          </template>-->
+<!--        </el-table-column>-->
         <el-table-column label="商品名称" width="300" align="center">
           <template slot-scope="scope">
             <p>{{JSON.parse(scope.row.jsonInfo).productName}}</p>