测试问题修改

master
zhangdi 3 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) { if (res.data.success) {
this.sizeForm.inTableData = res.data.result; this.sizeForm.inTableData = res.data.result;
this.sizeForm.inTableData.forEach((item) => { this.sizeForm.inTableData.forEach((item) => {
item.theInboundQuantity = 0; // item.theInboundQuantity = 0;
this.$set(item,'theInboundQuantity',0)
if (item.type == "YH") { if (item.type == "YH") {
item.unitPrice = 0; item.unitPrice = 0;
} }

@ -116,9 +116,9 @@
> >
<el-option <el-option
v-for="item in groupNameOptions" v-for="item in groupNameOptions"
:key="item.groupIds" :key="item.groupName"
:label="item.groupName" :label="item.groupName"
:value="item.groupIds" :value="item.groupName"
></el-option> ></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>

Loading…
Cancel
Save