Browse Source

no message

linwenxin 1 year ago
parent
commit
cc8ec43876

+ 2 - 2
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/productColumns.js

@@ -304,9 +304,9 @@ export default {
         ...(() => {
         ...(() => {
           if (index > -1) {
           if (index > -1) {
             return [
             return [
-              `orderProducts.${index}.brandId`,
+              // `orderProducts.${index}.brandId`,
               `orderProducts.${index}.mainId`,
               `orderProducts.${index}.mainId`,
-              `orderProducts.${index}.smallId`,
+              // `orderProducts.${index}.smallId`,
               `orderProducts.${index}.productName`,
               `orderProducts.${index}.productName`,
               `orderProducts.${index}.num`,
               `orderProducts.${index}.num`,
               `orderProducts.${index}.remark`,
               `orderProducts.${index}.remark`,