|
@@ -1219,6 +1219,8 @@
|
|
|
v-model="row.todayQuantity"
|
|
|
placeholder="今日完成量"
|
|
|
clearable
|
|
|
+ type="number"
|
|
|
+ oninput="value=value.replace(/[^\d]/g,'')"
|
|
|
style="padding-right:0px;"
|
|
|
/>
|
|
|
</template>
|
|
@@ -2188,7 +2190,7 @@ console.log()
|
|
|
this.formLabelAlign.totalQuantity = row.totalQuantity;
|
|
|
this.formLabelAlign.days_diff = row.days_diff;
|
|
|
this.formLabelAlign.estimatedCompletionTime = row.estimatedCompletionTime;
|
|
|
-
|
|
|
+ this.formLabelAlign.actualCompletionTime= row.actualCompletionTime;
|
|
|
|
|
|
console.log(this.productionOrderGoodsList);
|
|
|
this.formLabelAlign.goodsCode = row.goodsCode
|
|
@@ -2444,6 +2446,7 @@ console.log()
|
|
|
}
|
|
|
ExecDataByConfig(this.createProductionOrderParm).then(response => {
|
|
|
if (response.msg !== 'fail') {
|
|
|
+ this.get_production_work_order()
|
|
|
this.$notify({
|
|
|
title: '成功',
|
|
|
message: '操作成功',
|