zhangwencui
4 天以前 11ff30f23d0c5e8af4974de68ee74cb5b075ebf9
Merge branch 'dev_银川_中盛建材' of http://114.132.189.42:9002/r/product-inventory-management into dev_银川_中盛建材
已修改2个文件
9 ■■■■■ 文件已修改
src/views/productionManagement/productionOrder/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/productionProcess/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/productionOrder/index.vue
@@ -212,7 +212,7 @@
                  </div>
                  <div class="info-item">
                    <div class="info-label">已下发方数</div>
                    <div class="info-value">{{ item.assignedQuantity ? `${item.assignedQuantity}` : 0 }}<span style="color:rgba(214, 134, 22, 0.76)"> 方</span></div>
                    <div class="info-value">{{ item.totalAssignedQuantity ? `${item.totalAssignedQuantity}` : 0 }}<span style="color:rgba(214, 134, 22, 0.76)"> 方</span></div>
                  </div>
                  <div class="info-item">
                    <div class="info-label">尺寸</div>
@@ -539,7 +539,7 @@
    },
    {
      label: "已下发方数",
      prop: "assignedQuantity",
      prop: "totalAssignedQuantity",
      width: "150px",
      className: "spec-cell",
      formatData: cell => (cell ? `${cell}方` : 0),
@@ -870,6 +870,7 @@
                  volume: plan.volume,
                  status: plan.status,
                  assignedQuantity: plan.assignedQuantity,
                  totalAssignedQuantity: plan.totalAssignedQuantity,
                  length: plan.length,
                  width: plan.width,
                  height: plan.height,
src/views/productionManagement/productionProcess/index.vue
@@ -492,8 +492,8 @@
      label: "参数模式",
      prop: "valueMode",
      dataType: "tag",
      formatType: row => (row.valueMode === "1" ? "success" : "warning"),
      formatData: row => (row.valueMode === "1" ? "单值" : "区间"),
      formatType: row => (row == "1" ? "success" : "warning"),
      formatData: row => (row == "1" ? "单值" : "区间"),
    },
    {
      label: "参数类型",