zouyu
2023-11-17 550b1fc6a640d09b93d2115799b5871634524ef1
Merge branch 'master' of http://114.132.189.42:9002/r/zs-mes-before
已修改1个文件
7 ■■■■ 文件已修改
src/views/plan/customerorder/schedule-table.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plan/customerorder/schedule-table.vue
@@ -90,7 +90,7 @@
                :rules="rules.qtyPlaned"
              >
                <el-input
                  v-model="scope.row.qtyPlaned"
                  v-model="remainderRequired"
                  placeholder="请输入本次计划数量"
                ></el-input>
              </el-form-item>
@@ -235,7 +235,8 @@
        })
        this.dataForm.customer = JSON.parse(JSON.stringify(customerList))
        this.dataForm.customer.forEach(item=>{
            item.qtyPlaned=item.buyQtyDue
          // let num=Number(item.buyQtyDue)
          //   item.qtyPlaned=num
        })
      })
    },
@@ -245,6 +246,8 @@
        if (valid) {
          checkSchedule(this.dataForm.customer)
            .then((res) => {
              console.log(this.dataForm.customer);
              return
              if (res.data.data.success) {
                createMasterProductionSchedule(this.dataForm.customer)
                  .then((res) => {