@ -815,7 +815,8 @@ export default {
if (res.data.success) {
this.sizeForm.inTableData = res.data.result;
this.sizeForm.inTableData.forEach((item) => {
item.theInboundQuantity = 0;
// item.theInboundQuantity = 0;
this.$set(item,'theInboundQuantity',0)
if (item.type == "YH") {
item.unitPrice = 0;
}
@ -116,9 +116,9 @@
>
<el-option
v-for="item in groupNameOptions"
:key="item.groupIds"
:key="item.groupName"
:label="item.groupName"
:value="item.groupIds"
:value="item.groupName"
></el-option>
</el-select>
</el-form-item>