|
|
|
@ -257,6 +257,17 @@
|
|
|
|
|
v-hasPermi="['wms:put:edit']"
|
|
|
|
|
>过账</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button
|
|
|
|
|
type="success"
|
|
|
|
|
plain
|
|
|
|
|
icon="el-icon-edit"
|
|
|
|
|
size="mini"
|
|
|
|
|
:disabled="single"
|
|
|
|
|
@click="handleUpdateSAP102"
|
|
|
|
|
v-hasPermi="['wms:odsRawOrderIn:edit']"
|
|
|
|
|
>102冲销</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button
|
|
|
|
|
type="danger"
|
|
|
|
@ -489,7 +500,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { listPut, getPut, delPut, addPut, updatePut ,SAPPut} from "@/api/wms/put";
|
|
|
|
|
import { listPut, getPut, handleUpdateSAP102,delPut, addPut, updatePut ,SAPPut} from "@/api/wms/put";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "Put",
|
|
|
|
|