业务单据编辑注册证号可以编辑修改

featFunction
anthonywj 3 years ago
parent 49057481e3
commit 9c074c8431

@ -297,7 +297,7 @@ export function rollbackOrder(params) {
export function rollUnReceivebackOrder(params) {
return axios({
url: "/udiwms/stock/order/unReceive/rollbacks",
url: "/udiwms/stock/order/unReceive/rollback",
method: "get",
params: params
});

@ -344,11 +344,18 @@
</template>
</el-table-column>
<el-table-column width="150"
<el-table-column width="250"
label="注册/备案凭证号"
prop="zczbhhzbapzbh"
show-overflow-tooltip
></el-table-column>
>
<template slot-scope="scope">
<el-input size="small" v-model="scope.row.zczbhhzbapzbh"
:disabled="scope.row.index !== selectedIndex"
placeholder="请输入注册/备案凭证号" style="width: 100%"
></el-input>
</template>
</el-table-column>
<el-table-column width="150"
label="生产厂家"
prop="ylqxzcrbarmc"

@ -239,11 +239,19 @@
</template>
</el-table-column>
<el-table-column width="150"
<el-table-column width="250"
label="注册/备案凭证号"
prop="zczbhhzbapzbh"
show-overflow-tooltip
></el-table-column>
>
<template slot-scope="scope">
<el-input size="small" v-model="scope.row.zczbhhzbapzbh"
:disabled="scope.row.index !== selectedIndex"
placeholder="请输入注册/备案凭证号" style="width: 100%"
></el-input>
</template>
</el-table-column>
<el-table-column width="150"
label="生产厂家"
prop="ylqxzcrbarmc"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save