spring
19 小时以前 9f94189f8f6e34fd5be40ab6ef5d4e7b1dade069
fix: 报工待生产数量调整
已修改1个文件
2 ■■■ 文件已修改
src/pages/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue
@@ -553,7 +553,7 @@
              
              orderRow = JSON.stringify({
                id: workData.id || workOrderId,
                planQuantity: workData.planQuantity || workData.待生产数量 || 0,
                planQuantity: workData.planQuantity-workData.completeQuantity,
                productProcessRouteItemId: workData.productProcessRouteItemId || workData.产品工艺路线项ID || "",
              });