|
|
|
@ -102,6 +102,7 @@
|
|
|
|
|
placeholder="请选择单据类型"
|
|
|
|
|
:disabled="corpOrderIdDisabled"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
filterable
|
|
|
|
|
@change="actionChange"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
@ -791,7 +792,6 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20,
|
|
|
|
|
};
|
|
|
|
|
debugger
|
|
|
|
|
if (this.curAction.corpType == 3) {
|
|
|
|
|
//内部科室
|
|
|
|
|
cQuery.corpType = 3;
|
|
|
|
@ -1093,6 +1093,11 @@ export default {
|
|
|
|
|
this.refreshCodesPanel();
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
this.selectRlTitle = response.message;
|
|
|
|
|
//判断是出库需要选择供应商的时候把供应商值传过去
|
|
|
|
|
if(tQuery.selectSupId!=null){
|
|
|
|
|
this.codeFormData.selectSupId=tQuery.selectSupId
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.selectRlVisible = true;
|
|
|
|
|
} else if (response.code == 503) {
|
|
|
|
|
//该产品绑定多个供应商处理
|
|
|
|
|