镀层物料需求问题修改

dev-scheduling
zhangdi 2 weeks ago
parent 898edf3228
commit 30e730e61b
  1. 2
      src/views/productionManagement/components/coatingAddDialog.vue
  2. 6
      src/views/productionManagement/components/materialDetail.vue

@ -299,7 +299,7 @@ export default {
let params = { let params = {
assayContent: { assayContent: {
wcId: this.searchForm.wcId, wcId: this.searchForm.wcId,
plateGoodsCode: plateCode, goodsCode: plateCode,
goodsDemand: this.totalNum, goodsDemand: this.totalNum,
// coefficient: this.searchForm.plateGoodsCode == '04-05-024' && this.searchForm.coefficient ? this.searchForm.coefficient : 0 // coefficient: this.searchForm.plateGoodsCode == '04-05-024' && this.searchForm.coefficient ? this.searchForm.coefficient : 0
}, },

@ -14,10 +14,10 @@
detailForm.demandCode detailForm.demandCode
}}</el-descriptions-item> }}</el-descriptions-item>
<el-descriptions-item style="width: 25%" label="物料编号:">{{ <el-descriptions-item style="width: 25%" label="物料编号:">{{
detailForm.plateGoodsCode detailForm.goodsCode
}}</el-descriptions-item> }}</el-descriptions-item>
<el-descriptions-item style="width: 25%" label="物料名称:">{{ <el-descriptions-item style="width: 25%" label="物料名称:">{{
detailForm.plateGoodsName detailForm.goodsName
}}</el-descriptions-item> }}</el-descriptions-item>
<el-descriptions-item style="width: 25%" label="相关订单数:">{{ <el-descriptions-item style="width: 25%" label="相关订单数:">{{
detailForm.detailOrderNum detailForm.detailOrderNum
@ -53,7 +53,7 @@
detailForm.approvalMemo detailForm.approvalMemo
}}</el-descriptions-item> }}</el-descriptions-item>
<el-descriptions-item style="width: 25%" label="审批人:">{{ <el-descriptions-item style="width: 25%" label="审批人:">{{
detailForm.approvalMan detailForm.approvalManName2?detailForm.approvalManName+'-'+detailForm.approvalManName2:detailForm.approvalManName
}}</el-descriptions-item> }}</el-descriptions-item>
<el-descriptions-item style="width: 25%" label="审批时间:">{{ <el-descriptions-item style="width: 25%" label="审批时间:">{{
detailForm.approvalTime detailForm.approvalTime

Loading…
Cancel
Save