|
@@ -32,11 +32,11 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
|
|
|
- <a-col :md="6" :sm="8">
|
|
|
+ <!-- <a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="预发货日期" prop="u8Remarks">
|
|
|
<j-date placeholder="请选择预发货日期" v-model="addAdpacking.preDeliveryDate" style="width:100%"></j-date>
|
|
|
</a-form-model-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="u8备注" prop="u8Remarks">
|
|
|
<a-input placeholder="请输入u8备注" v-model="addAdpacking.u8Remarks"></a-input>
|
|
@@ -684,7 +684,7 @@ export default {
|
|
|
|
|
|
// 操作按钮 删除
|
|
|
handleDelete(index) {
|
|
|
- var ret = this.addAdpacking.syPreAssembledPackingListItemList.splice(index, 1);
|
|
|
+ var ret = this.addAdpacking.syPreAssembledPackingListItemList.splice(index.rowIndex, 1);
|
|
|
this.setHeadCalField();
|
|
|
return ret;
|
|
|
},
|