|
|
|
@ -196,10 +196,10 @@ export default class returningDom extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
materialConfirm(v: any) {
|
|
|
|
|
this.materieCode = v.pickerName;
|
|
|
|
|
this.form.sendSpot = this.model.materielList[v.pickerVal].sendSpot;
|
|
|
|
|
this.form.totalBackAmount = this.model.materielList[v.pickerVal].totalBackAmount;
|
|
|
|
|
this.materielAmount = this.model.materielList[v.pickerVal].amount;
|
|
|
|
|
this.form.materialCode = this.model.materielList[v.pickerVal].value;
|
|
|
|
|
this.form.sendSpot = v.pickerNamesendSpot;
|
|
|
|
|
this.form.totalBackAmount = v.pickerName.totalBackAmount;
|
|
|
|
|
this.materielAmount = v.pickerName.amount;
|
|
|
|
|
this.form.materialCode = v.pickerName.value;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* 上传
|
|
|
|
|