|
@@ -23,13 +23,13 @@
|
|
<a-col :md="12" :sm="24">
|
|
<a-col :md="12" :sm="24">
|
|
<a-form-model-item label="创建时间">{{ basicInfoData && basicInfoData.createDate || '--' }}</a-form-model-item>
|
|
<a-form-model-item label="创建时间">{{ basicInfoData && basicInfoData.createDate || '--' }}</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :md="12" :sm="24">
|
|
|
|
|
|
+ <!-- <a-col :md="12" :sm="24">
|
|
<a-form-model-item label="配送方式" prop="dispatchType" style="margin: 0;">
|
|
<a-form-model-item label="配送方式" prop="dispatchType" style="margin: 0;">
|
|
<a-radio-group v-model="form.dispatchType">
|
|
<a-radio-group v-model="form.dispatchType">
|
|
<a-radio v-for="(item,index) in dispatchTypeList" :key="index" :value="item.code">{{ item.dispName }}</a-radio>
|
|
<a-radio v-for="(item,index) in dispatchTypeList" :key="index" :value="item.code">{{ item.dispName }}</a-radio>
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
- </a-col>
|
|
|
|
|
|
+ </a-col> -->
|
|
<a-col :md="12" :sm="24">
|
|
<a-col :md="12" :sm="24">
|
|
<a-form-model-item label="出库备注">
|
|
<a-form-model-item label="出库备注">
|
|
<a-input id="replenishmentManagement-outWarehousing-remarks" v-model.trim="form.remarks" allowClear placeholder="请输入出库备注"/>
|
|
<a-input id="replenishmentManagement-outWarehousing-remarks" v-model.trim="form.remarks" allowClear placeholder="请输入出库备注"/>
|
|
@@ -209,7 +209,7 @@ export default {
|
|
this.$refs.ruleForm.resetFields()
|
|
this.$refs.ruleForm.resetFields()
|
|
} else {
|
|
} else {
|
|
const _this = this
|
|
const _this = this
|
|
- this.getLookUpItem()
|
|
|
|
|
|
+ // this.getLookUpItem()
|
|
this.getDetail()
|
|
this.getDetail()
|
|
this.$nextTick(() => { // 页面渲染完成后的回调
|
|
this.$nextTick(() => { // 页面渲染完成后的回调
|
|
_this.$refs.table.refresh(true)
|
|
_this.$refs.table.refresh(true)
|