|
|
@ -89,10 +89,14 @@ |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<el-col :span="16"> |
|
|
|
<div class="span-sty">备注</div> |
|
|
|
<el-form-item><el-input class="addinputInfo addinputw" v-model="formobj.remarks" clearable placeholder=""/></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<div class="span-sty">预计到货日期</div> |
|
|
|
<el-form-item><el-date-picker class="addinputInfo" v-model="formobj.deliveryDate" value-format="yyyy-MM-dd" format="yyyy-MM-dd" type="date" placeholder="选择日期" /></el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<div v-if="formobj.payTypeValue == '单笔付款'"> |
|
|
|
<div class="title">订金及付款申请</div> |
|
|
@ -371,11 +375,11 @@ export default { |
|
|
|
if (res.success) { |
|
|
|
this.formobj.createOrgSid = res.data |
|
|
|
this.formobj.useOrgSid = res.data |
|
|
|
choiceSupplierInfo({ orgSid: res.data }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.supplier_list = resp.data |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
choiceSupplierInfo({ deptSid: window.sessionStorage.getItem('defaultOrgPath').substring(window.sessionStorage.getItem('defaultOrgPath').lastIndexOf('/') + 1) }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.supplier_list = resp.data |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
@ -490,7 +494,7 @@ export default { |
|
|
|
selectProducts() { |
|
|
|
this.viewState = 2 |
|
|
|
const aa = [] |
|
|
|
this.$refs['divSp'].showData(aa, this.formobj.createOrgSid) |
|
|
|
this.$refs['divSp'].showData(aa, this.formobj.deptSid) |
|
|
|
}, |
|
|
|
backData(value) { |
|
|
|
this.viewState = 1 |
|
|
@ -502,7 +506,7 @@ export default { |
|
|
|
goodSpuSid: e.goodsSpuSid, |
|
|
|
goodsSpuName: e.goodsSpuName, |
|
|
|
goodsSkuSid: e.goodsSkuSid, |
|
|
|
goodsSkuTitle: '', |
|
|
|
goodsSkuTitle: e.goodsSpuName, |
|
|
|
goodsSkuCode: e.goodsSkuCode, |
|
|
|
goodsSkuOwnSpec: e.indexes, |
|
|
|
unit: e.goodsUnitName, |
|
|
|