|
|
|
@ -208,7 +208,7 @@ export default class stoOutboundDom extends BasePage {
|
|
|
|
|
// }
|
|
|
|
|
// });
|
|
|
|
|
this.model.materielList.forEach((item: any) => {
|
|
|
|
|
if (v[0].label == item.rowItem) {
|
|
|
|
|
if (v[0].value == item.rowItem) {
|
|
|
|
|
console.log('item', item);
|
|
|
|
|
this.form.productCode = item.materialCode;
|
|
|
|
|
this.form.productDescZh = item.materialDesc;
|
|
|
|
@ -386,7 +386,9 @@ export default class stoOutboundDom extends BasePage {
|
|
|
|
|
this.form.orderAmount = '';
|
|
|
|
|
this.form.productDescZh = '';
|
|
|
|
|
this.selectMaterielList = [];
|
|
|
|
|
(this.form.rowItem = ''), this.$table.onEmpty();
|
|
|
|
|
this.form.rowItem = '';
|
|
|
|
|
//this.$table.onEmpty();
|
|
|
|
|
//debugger;
|
|
|
|
|
this.query();
|
|
|
|
|
}
|
|
|
|
|
// }
|
|
|
|
|