测试问题修改

master
zhangdi 2 months ago
parent 8e0fabd16f
commit e6b1225219
  1. 3
      src/views/firstOrder/components/inDialog.vue
  2. 4
      src/views/secondOrder/components/outDialog.vue

@ -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>

Loading…
Cancel
Save